Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 393090 Details for
Bug 565026
FTBFS jython-2.2.1-4.3.fc13
Home
New
Search
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.rh90 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
build.log (text/plain), 486.47 KB, created by
FTBFS
on 2010-02-13 17:40:06 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
FTBFS
Created:
2010-02-13 17:40:06 UTC
Size:
486.47 KB
patch
obsolete
>Mock Version: 1.0.1 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/jython.spec'], False, '/var/lib/mock/fedora-development-x86_64-jython-2.2.1-4.3.fc13.src.rpm/root/', None, 25200, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x150e850>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/jython.spec'] >sh: python: command not found >error: Macro %pyver has empty body >Building target platforms: x86_64 >Building for target x86_64 >Wrote: /builddir/build/SRPMS/jython-2.2.1-4.3.fc13.src.rpm >Child returncode was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/jython.spec'], False, '/var/lib/mock/fedora-development-x86_64-jython-2.2.1-4.3.fc13.src.rpm/root/', None, 25200, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x150e850>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/jython.spec'] >Building target platforms: x86_64 >Building for target x86_64 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.x77m1t >+ umask 022 >+ cd /builddir/build/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /builddir/build/BUILD >+ rm -rf jython-svn-Release_2_2_1 >+ /usr/bin/bzip2 -dc /builddir/build/SOURCES/jython-fetched-src-Release_2_2_1.tar.bz2 >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd jython-svn-Release_2_2_1 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ echo 'Patch #0 (jython-cachedir.patch):' >Patch #0 (jython-cachedir.patch): >+ /bin/cat /builddir/build/SOURCES/jython-cachedir.patch >+ /usr/bin/patch -s -p1 --fuzz=0 >+ echo 'Patch #1 (jython-nofullbuildpath.patch):' >Patch #1 (jython-nofullbuildpath.patch): >+ /bin/cat /builddir/build/SOURCES/jython-nofullbuildpath.patch >+ /usr/bin/patch -s -p1 --fuzz=0 >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ewHLCf >+ umask 022 >+ cd /builddir/build/BUILD >+ cd jython-svn-Release_2_2_1 >+ LANG=C >+ export LANG >+ unset DISPLAY >++ build-classpath mysql-connector-java oro servlet >+ export CLASSPATH=/usr/share/java/mysql-connector-java.jar:/usr/share/java/oro.jar:/usr/share/java/servlet.jar >+ CLASSPATH=/usr/share/java/mysql-connector-java.jar:/usr/share/java/oro.jar:/usr/share/java/servlet.jar >+ export CLASSPATH=/usr/share/java/mysql-connector-java.jar:/usr/share/java/oro.jar:/usr/share/java/servlet.jar:/usr/lib64/libreadline-java/libreadline-java.jar >+ CLASSPATH=/usr/share/java/mysql-connector-java.jar:/usr/share/java/oro.jar:/usr/share/java/servlet.jar:/usr/lib64/libreadline-java/libreadline-java.jar >+ rm -rf org/apache >+ perl -p -i -e 's|execon|apply|g' build.xml >+ ant -Dpython.home=/usr/bin -Dht2html.dir=/usr/share/ht2html -Dpython.lib=./CPythonLib -Dpython.exe=/usr/bin/python -DPyXmlHome=/usr/lib64/python2.6 -Dtargetver=1.3 copy-dist >Buildfile: build.xml >pre-init: > [echo] loading properties from /builddir/ant.properties > [echo] loading properties from /builddir/build/BUILD/jython-svn-Release_2_2_1/ant.properties >developer-init: >post-init: > [echo] . > [echo] Build environment for jython > [echo] (Note: if ${propertyname} is displayed, then the property is not set) > [echo] --- optional libraries --- > [echo] threadlocal = 'true' > [echo] secureclassloader = 'true' > [echo] servlet = 'true' > [echo] readline = 'true' > [echo] jline = '${jline.present}' > [echo] oracle = '${oracle.present}' > [echo] informix = '${informix.present}' > [echo] mysql = 'true' > [echo] postgresql = '${postgresql.present}' > [echo] jndi = 'true' > [echo] jdbc = 'true' > [echo] jdbc3.0 = 'true' > [echo] --- properties --- > [echo] work.dir = '/builddir/build/BUILD/jython-svn-Release_2_2_1' > [echo] jython.base.dir = '/builddir/build/BUILD/jython-svn-Release_2_2_1' > [echo] source.dir = '/builddir/build/BUILD/jython-svn-Release_2_2_1/src' > [echo] parser.dir = '/builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser' > [echo] output.dir = '/builddir/build/BUILD/jython-svn-Release_2_2_1/build' > [echo] dist.dir = '/builddir/build/BUILD/jython-svn-Release_2_2_1/dist' > [echo] apidoc.dir = '/builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Doc/javadoc' > [echo] python.lib = './CPythonLib' > [echo] javaccHome = '${javaccHome}' > [echo] ht2html.dir = '/usr/share/ht2html' > [echo] build.compiler = 'modern' > [echo] jdk.target.version = '1.4' > [echo] jdk.source.version = '1.4' > [echo] deprecation = 'off' > [echo] debug = 'off' > [echo] optimize = 'on' > [echo] nowarn = 'false' > [echo] --- properties (used for full-build only ) --- > [echo] python.exe = '/usr/bin/python' > [echo] svn.main.dir = '${svn.main.dir}' > [echo] svn.revision = '${svn.revision}' > [echo] svn.checkout.dir = '${svn.checkout.dir}' > [echo] javahl.dir = '${javahl.dir}' > [echo] svnant.jar.dir = '${svnant.jar.dir}' > [echo] do.snapshot.build = '${do.snapshot.build}' > [echo] do.checkout = '${do.checkout}' > [echo] do.templates = '${do.templates}' >clean-checkout-dir: >clean: >prepare-full: >prepare-checkout: >prepare: > [mkdir] Created dir: /builddir/build/BUILD/jython-svn-Release_2_2_1/build > [mkdir] Created dir: /builddir/build/BUILD/jython-svn-Release_2_2_1/dist >checkout: >version: >parser: >compile: > [javac] Compiling 346 source files to /builddir/build/BUILD/jython-svn-Release_2_2_1/build > [javac] ---------- > [javac] 1. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/DBApiType.java (at line 23) > [javac] public final class DBApiType extends PyInteger { > [javac] ^^^^^^^^^ > [javac] The serializable class DBApiType does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 2. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/DataHandler.j > [javac] ava (at line 268) > [javac] bd = set.getBigDecimal(col, set.getMetaData().getPrecision(col)); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method getBigDecimal(int, int) from the type ResultSet is deprecated > [javac] ---------- > [javac] 3. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/DataHandler.java (at line 270) > [javac] bd = set.getBigDecimal(col, 10); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method getBigDecimal(int, int) from the type ResultSet is deprecated > [javac] ---------- > [javac] 4. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/DataHandler.j > [javac] ava (at line 360) > [javac] BigDecimal bd = stmt.getBigDecimal(col, 10); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method getBigDecimal(int, int) from the type CallableStatement is deprecated > [javac] ---------- > [javac] ---------- > [javac] 5. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/PyConnection.java (at line 34) > [javac] public class PyConnection extends PyObject implements ClassDictInit { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class PyConnection does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 6. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/PyConnection. > [javac] java (at line 462) > [javac] class ConnectionFunc extends PyBuiltinMethodSet { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class ConnectionFunc does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 7. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/PyCursor.java (at line 38) > [javac] public class PyCursor extends PyObject implements ClassDictInit, WarningListener { > [javac] ^^^^^^^^ > [javac] The serializable class PyCursor does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 8. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/PyCursor.java > [javac] (at line 878) > [javac] class CursorFunc extends PyBuiltinMethodSet { > [javac] ^^^^^^^^^^ > [javac] The serializable class CursorFunc does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 9. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/PyExtendedCursor.java (at line 29) > [javac] public class PyExtendedCursor extends PyCursor { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class PyExtendedCursor does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 10. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/PyExtendedCu > [javac] rsor.java (at line 489) > [javac] class ExtendedCursorFunc extends PyBuiltinMethodSet { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class ExtendedCursorFunc does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 11. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/PyStatement.java (at line 30) > [javac] public class PyStatement extends PyObject { > [javac] ^^^^^^^^^^^ > [javac] The serializable class PyStatement does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 12. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/WarningEvent > [javac] .java (at line 18) > [javac] public class WarningEvent extends EventObject { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class WarningEvent does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 13. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/connect/Connect.java (at line 25) > [javac] public class Connect extends PyObject { > [javac] ^^^^^^^ > [javac] The serializable class Connect does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 14. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/connect/Conn > [javac] ectx.java (at line 36) > [javac] public class Connectx extends PyObject { > [javac] ^^^^^^^^ > [javac] The serializable class Connectx does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 15. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/connect/Connectx.java (at line 81) > [javac] Class clazz = datasource.getClass(); > [javac] ^^^^^ > [javac] The local variable clazz is never read > [javac] ---------- > [javac] ---------- > [javac] 16. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/connect/Lookup.java (at line 31) > [javac] public class Lookup extends PyObject { > [javac] ^^^^^^ > [javac] The serializable class Lookup does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 17. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/util/BCP.jav > [javac] a (at line 27) > [javac] public class BCP extends PyObject implements ClassDictInit { > [javac] ^^^ > [javac] The serializable class BCP does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 18. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/util/BCP.java (at line 212) > [javac] class BCPFunc extends PyBuiltinMethodSet { > [javac] ^^^^^^^ > [javac] The serializable class BCPFunc does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 19. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/util/QueueCl > [javac] osedException.java (at line 17) > [javac] public class QueueClosedException extends RuntimeException { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class QueueClosedException does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 20. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/zxJDBC.java (at line 44) > [javac] public class zxJDBC extends PyObject implements ClassDictInit { > [javac] ^^^^^^ > [javac] The serializable class zxJDBC does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 21. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/zxJDBC.java > [javac] (at line 432) > [javac] class zxJDBCFunc extends PyBuiltinFunctionSet { > [javac] ^^^^^^^^^^ > [javac] The serializable class zxJDBCFunc does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 22. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.java (at line 1392) > [javac] int op; > [javac] ^^ > [javac] The local variable op is never read > [javac] ---------- > [javac] 23. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.java (at line 1759) > [javac] if (ctx == node.AugStore && augmode == node.Store) { > [javac] ^^^^^^^^ > [javac] The static field expr_contextType.AugStore should be accessed in a static way > [javac] ---------- > [javac] 24. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.j > [javac] ava (at line 1759) > [javac] if (ctx == node.AugStore && augmode == node.Store) { > [javac] ^^^^^ > [javac] The static field expr_contextType.Store should be accessed in a static way > [javac] ---------- > [javac] 25. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.java (at line 1761) > [javac] ctx = node.Store; > [javac] ^^^^^ > [javac] The static field expr_contextType.Store should be accessed in a static way > [javac] ---------- > [javac] 26. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.java (at line 1777) > [javac] if (node.ctx == node.AugStore && augmode == node.Load) { > [javac] ^^^^^^^^ > [javac] The static field expr_contextType.AugStore should be accessed in a static way > [javac] ---------- > [javac] 27. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.j > [javac] ava (at line 1777) > [javac] if (node.ctx == node.AugStore && augmode == node.Load) { > [javac] ^^^^ > [javac] The static field expr_contextType.Load should be accessed in a static way > [javac] ---------- > [javac] 28. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.java (at line 1779) > [javac] ctx = node.Load; > [javac] ^^^^ > [javac] The static field expr_contextType.Load should be accessed in a static way > [javac] ---------- > [javac] 29. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.java (at line 1821) > [javac] if (node.ctx == node.AugStore && augmode == node.Store) { > [javac] ^^^^^^^^ > [javac] The static field expr_contextType.AugStore should be accessed in a static way > [javac] ---------- > [javac] 30. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.j > [javac] ava (at line 1821) > [javac] if (node.ctx == node.AugStore && augmode == node.Store) { > [javac] ^^^^^ > [javac] The static field expr_contextType.Store should be accessed in a static way > [javac] ---------- > [javac] 31. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.java (at line 1823) > [javac] ctx = node.Store; > [javac] ^^^^^ > [javac] The static field expr_contextType.Store should be accessed in a static way > [javac] ---------- > [javac] 32. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.java (at line 1828) > [javac] if (node.ctx == node.AugStore && augmode == node.Load) { > [javac] ^^^^^^^^ > [javac] The static field expr_contextType.AugStore should be accessed in a static way > [javac] ---------- > [javac] 33. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.j > [javac] ava (at line 1828) > [javac] if (node.ctx == node.AugStore && augmode == node.Load) { > [javac] ^^^^ > [javac] The static field expr_contextType.Load should be accessed in a static way > [javac] ---------- > [javac] 34. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.java (at line 1830) > [javac] ctx = node.Load; > [javac] ^^^^ > [javac] The static field expr_contextType.Load should be accessed in a static way > [javac] ---------- > [javac] 35. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.java (at line 1886) > [javac] if (node.ctx == node.AugStore && augmode == node.Store) { > [javac] ^^^^^^^^ > [javac] The static field expr_contextType.AugStore should be accessed in a static way > [javac] ---------- > [javac] 36. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.j > [javac] ava (at line 1886) > [javac] if (node.ctx == node.AugStore && augmode == node.Store) { > [javac] ^^^^^ > [javac] The static field expr_contextType.Store should be accessed in a static way > [javac] ---------- > [javac] 37. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.java (at line 1888) > [javac] ctx = node.Store; > [javac] ^^^^^ > [javac] The static field expr_contextType.Store should be accessed in a static way > [javac] ---------- > [javac] 38. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.java (at line 1893) > [javac] if (node.ctx == node.AugStore && augmode == node.Load) { > [javac] ^^^^^^^^ > [javac] The static field expr_contextType.AugStore should be accessed in a static way > [javac] ---------- > [javac] 39. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.j > [javac] ava (at line 1893) > [javac] if (node.ctx == node.AugStore && augmode == node.Load) { > [javac] ^^^^ > [javac] The static field expr_contextType.Load should be accessed in a static way > [javac] ---------- > [javac] 40. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.java (at line 1895) > [javac] ctx = node.Load; > [javac] ^^^^ > [javac] The static field expr_contextType.Load should be accessed in a static way > [javac] ---------- > [javac] 41. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.java (at line 1968) > [javac] if (node.ctx == node.Store) return seqSet(node.elts); > [javac] ^^^^^ > [javac] The static field expr_contextType.Store should be accessed in a static way > [javac] ---------- > [javac] 42. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.j > [javac] ava (at line 1969) > [javac] if (node.ctx == node.Del) return seqDel(node.elts); > [javac] ^^^ > [javac] The static field expr_contextType.Del should be accessed in a static way > [javac] ---------- > [javac] 43. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.java (at line 1995) > [javac] if (node.ctx == node.Store) return seqSet(node.elts); > [javac] ^^^^^ > [javac] The static field expr_contextType.Store should be accessed in a static way > [javac] ---------- > [javac] 44. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.j > [javac] ava (at line 1996) > [javac] if (node.ctx == node.Del) return seqDel(node.elts); > [javac] ^^^ > [javac] The static field expr_contextType.Del should be accessed in a static way > [javac] ---------- > [javac] 45. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/compiler/CodeCompiler.java (at line 2251) > [javac] if (ctx == node.AugStore) { > [javac] ^^^^^^^^ > [javac] The static field expr_contextType.AugStore should be accessed in a static way > [javac] ---------- > [javac] ---------- > [javac] 46. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AbstractArray.java > [javac] (at line 39) > [javac] public abstract class AbstractArray implements Serializable{ > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class AbstractArray does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 47. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 18) > [javac] if (this.keepstable >= this.GSTABLE) > [javac] ^^^^^^^^^^ > [javac] The field InternalTables1.keepstable is deprecated > [javac] ---------- > [javac] 48. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 18) > [javac] if (this.keepstable >= this.GSTABLE) > [javac] ^^^^^^^ > [javac] The field InternalTables1.GSTABLE is deprecated > [javac] ---------- > [javac] 49. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 25) > [javac] case JCLASS: > [javac] ^^^^^^ > [javac] The field InternalTables1.JCLASS is deprecated > [javac] ---------- > [javac] 50. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 27) > [javac] this.classes.remove(cl); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method remove(Object) from the type InternalTables1.Table is deprecated > [javac] ---------- > [javac] 51. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 27) > [javac] this.classes.remove(cl); > [javac] ^^^^^^^ > [javac] The field InternalTables1.classes is deprecated > [javac] ---------- > [javac] 52. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 28) > [javac] classesDec(cl.getName()); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method classesDec(String) from the type InternalTables1 is deprecated > [javac] ---------- > [javac] 53. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 30) > [javac] case LAZY_JCLASS: > [javac] ^^^^^^^^^^^ > [javac] The field InternalTables1.LAZY_JCLASS is deprecated > [javac] ---------- > [javac] 54. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 31) > [javac] this.lazyClasses.remove(key); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method remove(Object) from the type InternalTables1.Table is deprecated > [javac] ---------- > [javac] 55. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables > [javac] .java (at line 31) > [javac] this.lazyClasses.remove(key); > [javac] ^^^^^^^^^^^ > [javac] The field InternalTables1.lazyClasses is deprecated > [javac] ---------- > [javac] 56. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables > [javac] .java (at line 33) > [javac] case ADAPTER_CLASS: > [javac] ^^^^^^^^^^^^^ > [javac] The field InternalTables1.ADAPTER_CLASS is deprecated > [javac] ---------- > [javac] 57. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables > [javac] .java (at line 34) > [javac] this.adapterClasses.remove(key); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method remove(Object) from the type InternalTables1.Table is deprecated > [javac] ---------- > [javac] 58. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 34) > [javac] this.adapterClasses.remove(key); > [javac] ^^^^^^^^^^^^^^ > [javac] The field InternalTables1.adapterClasses is deprecated > [javac] ---------- > [javac] 59. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 42) > [javac] return super.queryCanonical(name); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method queryCanonical(String) from the type InternalTables1 is deprecated > [javac] ---------- > [javac] 60. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables > [javac] .java (at line 47) > [javac] Reference ref = (Reference)classesGet(c); > [javac] ^^^^^^^^^^^^^ > [javac] The method classesGet(Class) from the type InternalTables1 is deprecated > [javac] ---------- > [javac] 61. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 54) > [javac] Reference ref = (Reference)this.lazyClasses.get(name); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method get(Object) from the type InternalTables1.Table is deprecated > [javac] ---------- > [javac] 62. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables > [javac] .java (at line 54) > [javac] Reference ref = (Reference)this.lazyClasses.get(name); > [javac] ^^^^^^^^^^^ > [javac] The field InternalTables1.lazyClasses is deprecated > [javac] ---------- > [javac] 63. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 61) > [javac] classesPut(c,newAutoRef(JCLASS,c,canonical)); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method classesPut(Class, Object) from the type InternalTables1 is deprecated > [javac] ---------- > [javac] 64. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables > [javac] .java (at line 61) > [javac] classesPut(c,newAutoRef(JCLASS,c,canonical)); > [javac] ^^^^^^ > [javac] The field InternalTables1.JCLASS is deprecated > [javac] ---------- > [javac] 65. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 66) > [javac] this.lazyClasses.put(name,newAutoRef(LAZY_JCLASS,name,canonical)); > [javac] ^^^^^^^^^^^^ > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method put(Object, Object) from the type InternalTables1.Table is deprecated > [javac] ---------- > [javac] 66. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables > [javac] .java (at line 66) > [javac] this.lazyClasses.put(name,newAutoRef(LAZY_JCLASS,name,canonical)); > [javac] ^^^^^^^^^^^ > [javac] The field InternalTables1.lazyClasses is deprecated > [javac] ---------- > [javac] 67. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 66) > [javac] this.lazyClasses.put(name,newAutoRef(LAZY_JCLASS,name,canonical)); > [javac] ^^^^^^^^^^^ > [javac] The field InternalTables1.LAZY_JCLASS is deprecated > [javac] ---------- > [javac] 68. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables > [javac] .java (at line 71) > [javac] Reference ref = (Reference)this.adapterClasses.get(c); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method get(Object) from the type InternalTables1.Table is deprecated > [javac] ---------- > [javac] 69. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 71) > [javac] Reference ref = (Reference)this.adapterClasses.get(c); > [javac] ^^^^^^^^^^^^^^ > [javac] The field InternalTables1.adapterClasses is deprecated > [javac] ---------- > [javac] 70. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables > [javac] .java (at line 78) > [javac] this.adapterClasses.put(c,newAutoRef(ADAPTER_CLASS,c,ac)); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method put(Object, Object) from the type InternalTables1.Table is deprecated > [javac] ---------- > [javac] 71. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 78) > [javac] this.adapterClasses.put(c,newAutoRef(ADAPTER_CLASS,c,ac)); > [javac] ^^^^^^^^^^^^^^ > [javac] The field InternalTables1.adapterClasses is deprecated > [javac] ---------- > [javac] 72. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables > [javac] .java (at line 78) > [javac] this.adapterClasses.put(c,newAutoRef(ADAPTER_CLASS,c,ac)); > [javac] ^^^^^^^^^^^^^ > [javac] The field InternalTables1.ADAPTER_CLASS is deprecated > [javac] ---------- > [javac] 73. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 118) > [javac] if (this.iterType == ADAPTER) { > [javac] ^^^^^^^^ > [javac] The field InternalTables1.iterType is deprecated > [javac] ---------- > [javac] 74. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 118) > [javac] if (this.iterType == ADAPTER) { > [javac] ^^^^^^^ > [javac] The field InternalTables1.ADAPTER is deprecated > [javac] ---------- > [javac] 75. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 123) > [javac] this.cur = this.iter.next(); > [javac] ^^^ > [javac] The field InternalTables1.cur is deprecated > [javac] ---------- > [javac] 76. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 124) > [javac] switch(this.iterType) { > [javac] ^^^^^^^^ > [javac] The field InternalTables1.iterType is deprecated > [javac] ---------- > [javac] 77. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 125) > [javac] case JCLASS: > [javac] ^^^^^^ > [javac] The field InternalTables1.JCLASS is deprecated > [javac] ---------- > [javac] 78. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 126) > [javac] PyJavaClass jc = (PyJavaClass)((Reference)this.cur).get(); > [javac] ^^^ > [javac] The field InternalTables1.cur is deprecated > [javac] ---------- > [javac] 79. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 128) > [javac] this.cur = jc; > [javac] ^^^ > [javac] The field InternalTables1.cur is deprecated > [javac] ---------- > [javac] 80. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 130) > [javac] case LAZY_JCLASS: > [javac] ^^^^^^^^^^^ > [javac] The field InternalTables1.LAZY_JCLASS is deprecated > [javac] ---------- > [javac] 81. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 131) > [javac] PyJavaClass lazy = (PyJavaClass)((Reference)this.cur).get(); > [javac] ^^^ > [javac] The field InternalTables1.cur is deprecated > [javac] ---------- > [javac] 82. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 134) > [javac] case ADAPTER_CLASS: > [javac] ^^^^^^^^^^^^^ > [javac] The field InternalTables1.ADAPTER_CLASS is deprecated > [javac] ---------- > [javac] 83. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables > [javac] .java (at line 135) > [javac] Map.Entry entry = (Map.Entry)this.cur; > [javac] ^^^ > [javac] The field InternalTables1.cur is deprecated > [javac] ---------- > [javac] 84. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 141) > [javac] this.cur = null; > [javac] ^^^ > [javac] The field InternalTables1.cur is deprecated > [javac] ---------- > [javac] 85. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 143) > [javac] endStable(); > [javac] ^^^^^^^^^^^ > [javac] The method endStable() from the type InternalTables1 is deprecated > [javac] ---------- > [javac] 86. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java (at line 151) > [javac] super._flush(jc); > [javac] ^^^^^^^^^^^^^^^^ > [javac] The method _flush(PyJavaClass) from the type InternalTables1 is deprecated > [javac] ---------- > [javac] ---------- > [javac] 87. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/BytecodeLoader.java (at line 53) > [javac] loaderClass = BytecodeLoader1.class; > [javac] ^^^^^^^^^^^^^^^ > [javac] The type BytecodeLoader1 is deprecated > [javac] ---------- > [javac] 88. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/BytecodeLoader.java (at line 56) > [javac] loaderClass = BytecodeLoader1.class; > [javac] ^^^^^^^^^^^^^^^ > [javac] The type BytecodeLoader1 is deprecated > [javac] ---------- > [javac] 89. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/BytecodeLoader.java (at line 62) > [javac] return new BytecodeLoader1(); > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] The constructor BytecodeLoader1() is deprecated > [javac] ---------- > [javac] 90. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/BytecodeLoader.java (at line 62) > [javac] return new BytecodeLoader1(); > [javac] ^^^^^^^^^^^^^^^ > [javac] The type BytecodeLoader1 is deprecated > [javac] ---------- > [javac] ---------- > [javac] 91. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/CollectionIter.java (at line 26) > [javac] class EnumerationIter extends PyIterator { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class EnumerationIter does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 92. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/CollectionIter2.ja > [javac] va (at line 41) > [javac] class IteratorIter extends PyIterator { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class IteratorIter does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 93. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/IdImpl.java (at line 14) > [javac] return new IdImpl1(); > [javac] ^^^^^^^^^^^^^ > [javac] The constructor IdImpl1() is deprecated > [javac] ---------- > [javac] 94. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/IdImpl.java (at line 14) > [javac] return new IdImpl1(); > [javac] ^^^^^^^ > [javac] The type IdImpl1 is deprecated > [javac] ---------- > [javac] ---------- > [javac] 95. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables1.java (at line 24) > [javac] private static class TableProvid1 extends Hashtable implements Table { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class TableProvid1 does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 96. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.ja > [javac] va (at line 8) > [javac] public class InternalTables2 extends InternalTables1 { > [javac] ^^^^^^^^^^^^^^^ > [javac] The type InternalTables1 is deprecated > [javac] ---------- > [javac] 97. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 10) > [javac] protected static class TableProvid2 extends HashMap implements Table { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class TableProvid2 does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 98. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.ja > [javac] va (at line 10) > [javac] protected static class TableProvid2 extends HashMap implements Table { > [javac] ^^^^^ > [javac] The type InternalTables1.Table is deprecated > [javac] ---------- > [javac] 99. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 14) > [javac] ((TableProvid2)this.classes).putAll((TableProvid2)this.temp); > [javac] ^^^^^^^ > [javac] The field InternalTables1.classes is deprecated > [javac] ---------- > [javac] 100. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.j > [javac] ava (at line 14) > [javac] ((TableProvid2)this.classes).putAll((TableProvid2)this.temp); > [javac] ^^^^ > [javac] The field InternalTables1.temp is deprecated > [javac] ---------- > [javac] 101. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 15) > [javac] this.temp.clear(); > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The method clear() from the type InternalTables1.Table is deprecated > [javac] ---------- > [javac] 102. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 15) > [javac] this.temp.clear(); > [javac] ^^^^ > [javac] The field InternalTables1.temp is deprecated > [javac] ---------- > [javac] 103. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 45) > [javac] beginStable(this.JCSTABLE); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method beginStable(short) from the type InternalTables1 is deprecated > [javac] ---------- > [javac] 104. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 45) > [javac] beginStable(this.JCSTABLE); > [javac] ^^^^^^^^ > [javac] The field InternalTables1.JCSTABLE is deprecated > [javac] ---------- > [javac] 105. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 46) > [javac] this.iter = ((TableProvid2)this.classes).values().iterator(); > [javac] ^^^^^^^ > [javac] The field InternalTables1.classes is deprecated > [javac] ---------- > [javac] 106. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 47) > [javac] this.iterType = JCLASS; > [javac] ^^^^^^^^ > [javac] The field InternalTables1.iterType is deprecated > [javac] ---------- > [javac] 107. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 47) > [javac] this.iterType = JCLASS; > [javac] ^^^^^^ > [javac] The field InternalTables1.JCLASS is deprecated > [javac] ---------- > [javac] 108. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 51) > [javac] beginStable(this.GSTABLE); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method beginStable(short) from the type InternalTables1 is deprecated > [javac] ---------- > [javac] 109. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.j > [javac] ava (at line 51) > [javac] beginStable(this.GSTABLE); > [javac] ^^^^^^^ > [javac] The field InternalTables1.GSTABLE is deprecated > [javac] ---------- > [javac] 110. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.j > [javac] ava (at line 52) > [javac] this.iter = ((TableProvid2)this.lazyClasses).values().iterator(); > [javac] ^^^^^^^^^^^ > [javac] The field InternalTables1.lazyClasses is deprecated > [javac] ---------- > [javac] 111. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 53) > [javac] this.iterType = LAZY_JCLASS; > [javac] ^^^^^^^^ > [javac] The field InternalTables1.iterType is deprecated > [javac] ---------- > [javac] 112. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 53) > [javac] this.iterType = LAZY_JCLASS; > [javac] ^^^^^^^^^^^ > [javac] The field InternalTables1.LAZY_JCLASS is deprecated > [javac] ---------- > [javac] 113. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 57) > [javac] beginStable(this.GSTABLE); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method beginStable(short) from the type InternalTables1 is deprecated > [javac] ---------- > [javac] 114. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 57) > [javac] beginStable(this.GSTABLE); > [javac] ^^^^^^^ > [javac] The field InternalTables1.GSTABLE is deprecated > [javac] ---------- > [javac] 115. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 58) > [javac] this.iter = ((TableProvid2)this.adapterClasses).entrySet().iterator(); > [javac] ^^^^^^^^^^^^^^ > [javac] The field InternalTables1.adapterClasses is deprecated > [javac] ---------- > [javac] 116. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 59) > [javac] this.iterType = ADAPTER_CLASS; > [javac] ^^^^^^^^ > [javac] The field InternalTables1.iterType is deprecated > [javac] ---------- > [javac] 117. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 59) > [javac] this.iterType = ADAPTER_CLASS; > [javac] ^^^^^^^^^^^^^ > [javac] The field InternalTables1.ADAPTER_CLASS is deprecated > [javac] ---------- > [javac] 118. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 64) > [javac] beginStable((short)0); > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] The method beginStable(short) from the type InternalTables1 is deprecated > [javac] ---------- > [javac] 119. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 67) > [javac] this.iterType = ADAPTER; > [javac] ^^^^^^^^ > [javac] The field InternalTables1.iterType is deprecated > [javac] ---------- > [javac] 120. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 67) > [javac] this.iterType = ADAPTER; > [javac] ^^^^^^^ > [javac] The field InternalTables1.ADAPTER is deprecated > [javac] ---------- > [javac] 121. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 71) > [javac] if (this.iterType == ADAPTER) { > [javac] ^^^^^^^^ > [javac] The field InternalTables1.iterType is deprecated > [javac] ---------- > [javac] 122. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 71) > [javac] if (this.iterType == ADAPTER) { > [javac] ^^^^^^^ > [javac] The field InternalTables1.ADAPTER is deprecated > [javac] ---------- > [javac] 123. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 75) > [javac] this.cur = this.grand.next(); > [javac] ^^^ > [javac] The field InternalTables1.cur is deprecated > [javac] ---------- > [javac] 124. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.j > [javac] ava (at line 76) > [javac] this.iter = ((HashMap)this.cur).values().iterator(); > [javac] ^^^ > [javac] The field InternalTables1.cur is deprecated > [javac] ---------- > [javac] 125. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 96) > [javac] this.cur = this.iter.next(); > [javac] ^^^ > [javac] The field InternalTables1.cur is deprecated > [javac] ---------- > [javac] 126. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 97) > [javac] switch(this.iterType) { > [javac] ^^^^^^^^ > [javac] The field InternalTables1.iterType is deprecated > [javac] ---------- > [javac] 127. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 98) > [javac] case JCLASS: > [javac] ^^^^^^ > [javac] The field InternalTables1.JCLASS is deprecated > [javac] ---------- > [javac] 128. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 99) > [javac] return (PyJavaClass)this.cur; > [javac] ^^^ > [javac] The field InternalTables1.cur is deprecated > [javac] ---------- > [javac] 129. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 100) > [javac] case LAZY_JCLASS: > [javac] ^^^^^^^^^^^ > [javac] The field InternalTables1.LAZY_JCLASS is deprecated > [javac] ---------- > [javac] 130. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 101) > [javac] PyJavaClass lazy = (PyJavaClass)this.cur; > [javac] ^^^ > [javac] The field InternalTables1.cur is deprecated > [javac] ---------- > [javac] 131. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 103) > [javac] case ADAPTER_CLASS: > [javac] ^^^^^^^^^^^^^ > [javac] The field InternalTables1.ADAPTER_CLASS is deprecated > [javac] ---------- > [javac] 132. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 104) > [javac] Map.Entry entry = (Map.Entry)this.cur; > [javac] ^^^ > [javac] The field InternalTables1.cur is deprecated > [javac] ---------- > [javac] 133. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 108) > [javac] this.cur = null; > [javac] ^^^ > [javac] The field InternalTables1.cur is deprecated > [javac] ---------- > [javac] 134. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 109) > [javac] endStable(); > [javac] ^^^^^^^^^^^ > [javac] The method endStable() from the type InternalTables1 is deprecated > [javac] ---------- > [javac] 135. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 116) > [javac] switch(this.iterType) { > [javac] ^^^^^^^^ > [javac] The field InternalTables1.iterType is deprecated > [javac] ---------- > [javac] 136. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 117) > [javac] case JCLASS: > [javac] ^^^^^^ > [javac] The field InternalTables1.JCLASS is deprecated > [javac] ---------- > [javac] 137. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 118) > [javac] classesDec(((PyJavaClass)this.cur).__name__); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method classesDec(String) from the type InternalTables1 is deprecated > [javac] ---------- > [javac] 138. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.j > [javac] ava (at line 118) > [javac] classesDec(((PyJavaClass)this.cur).__name__); > [javac] ^^^ > [javac] The field InternalTables1.cur is deprecated > [javac] ---------- > [javac] 139. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 120) > [javac] case ADAPTER: > [javac] ^^^^^^^ > [javac] The field InternalTables1.ADAPTER is deprecated > [javac] ---------- > [javac] 140. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 121) > [javac] if (((HashMap)this.cur).size() == 0) this.grand.remove(); > [javac] ^^^ > [javac] The field InternalTables1.cur is deprecated > [javac] ---------- > [javac] 141. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 126) > [javac] super(true); > [javac] ^^^^^^^^^^^^ > [javac] The constructor InternalTables1(boolean) is deprecated > [javac] ---------- > [javac] 142. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 128) > [javac] this.classes = new TableProvid2(); > [javac] ^^^^^^^ > [javac] The field InternalTables1.classes is deprecated > [javac] ---------- > [javac] 143. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 129) > [javac] this.temp = new TableProvid2(); > [javac] ^^^^ > [javac] The field InternalTables1.temp is deprecated > [javac] ---------- > [javac] 144. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 130) > [javac] this.counters = new TableProvid2(); > [javac] ^^^^^^^^ > [javac] The field InternalTables1.counters is deprecated > [javac] ---------- > [javac] 145. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 131) > [javac] this.lazyClasses = new TableProvid2(); > [javac] ^^^^^^^^^^^ > [javac] The field InternalTables1.lazyClasses is deprecated > [javac] ---------- > [javac] 146. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java (at line 133) > [javac] this.adapterClasses = new TableProvid2(); > [javac] ^^^^^^^^^^^^^^ > [javac] The field InternalTables1.adapterClasses is deprecated > [javac] ---------- > [javac] ---------- > [javac] 147. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Java2Accessibility.java (at line 12) > [javac] class Java2Accessibility extends JavaAccessibility { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The type JavaAccessibility is deprecated > [javac] ---------- > [javac] ---------- > [javac] 148. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/JavaImporter.java (at line 6) > [javac] public class JavaImporter extends PyObject { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class JavaImporter does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 149. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Options.java > [javac] (at line 186) > [javac] JavaAccessibility.initialize(); > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The type JavaAccessibility is deprecated > [javac] ---------- > [javac] 150. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Options.java > [javac] (at line 186) > [javac] JavaAccessibility.initialize(); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method initialize() from the type JavaAccessibility is deprecated > [javac] ---------- > [javac] ---------- > [javac] 151. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PrecompiledImporter.java (at line 7) > [javac] public class PrecompiledImporter extends PyObject { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class PrecompiledImporter does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 152. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PrecompiledImport > [javac] er.java (at line 68) > [javac] public class PrecompiledLoader extends PyObject { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class PrecompiledLoader does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 153. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Py.java (at line 31) > [javac] static class SingletonResolver implements Serializable { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class SingletonResolver does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 154. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Py.java > [javac] (at line 723) > [javac] private static void setArgv(String arg0, String[] args) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method setArgv(String, String[]) from the type Py is never used locally > [javac] ---------- > [javac] 155. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Py.java (at line 918) > [javac] PyObject mod = imp.createFromCode("__main__", code); > [javac] ^^^ > [javac] The local variable mod is never read > [javac] ---------- > [javac] 156. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Py.java (at line 1057) > [javac] PyObject typeName; > [javac] ^^^^^^^^ > [javac] The local variable typeName is never read > [javac] ---------- > [javac] 157. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Py.java (at line 1223) > [javac] Py.getThreadState().systemState.builtins); > [javac] ^^^^^^^^ > [javac] The static field PySystemState.builtins should be accessed in a static way > [javac] ---------- > [javac] 158. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Py.java > [javac] (at line 1253) > [javac] private static ThreadStateMapping threadStateMapping = null; > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The type ThreadStateMapping is deprecated > [javac] ---------- > [javac] 159. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Py.java (at line 1265) > [javac] threadStateMapping = ThreadStateMapping.makeMapping(); > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The type ThreadStateMapping is deprecated > [javac] ---------- > [javac] 160. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Py.java (at line 1265) > [javac] threadStateMapping = ThreadStateMapping.makeMapping(); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method makeMapping() from the type ThreadStateMapping is deprecated > [javac] ---------- > [javac] 161. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Py.java > [javac] (at line 1268) > [javac] return threadStateMapping.getThreadState(newSystemState); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method getThreadState(PySystemState) from the type ThreadStateMapping is deprecated > [javac] ---------- > [javac] 162. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Py.java (at line 1981) > [javac] class JavaCode extends PyCode { > [javac] ^^^^^^^^ > [javac] The serializable class JavaCode does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 163. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Py.java > [javac] (at line 2039) > [javac] class JavaFunc extends PyObject { > [javac] ^^^^^^^^ > [javac] The serializable class JavaFunc does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 164. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 12) > [javac] import java.io.UnsupportedEncodingException; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import java.io.UnsupportedEncodingException is never used > [javac] ---------- > [javac] 165. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javac] (at line 23) > [javac] public class PyArray extends PySequence implements Cloneable { > [javac] ^^^^^^^ > [javac] The serializable class PyArray does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 166. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 32) > [javac] class exposed___ne__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ne__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 167. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javac] (at line 51) > [javac] class exposed___eq__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___eq__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 168. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 70) > [javac] class exposed___lt__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___lt__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 169. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javac] (at line 89) > [javac] class exposed___le__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___le__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 170. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 108) > [javac] class exposed___gt__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___gt__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 171. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javac] (at line 127) > [javac] class exposed___ge__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ge__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 172. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 146) > [javac] class exposed___getitem__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___getitem__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 173. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javac] (at line 166) > [javac] class exposed___contains__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___contains__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 174. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 182) > [javac] class exposed___delitem__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___delitem__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 175. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javac] (at line 199) > [javac] class exposed___setitem__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___setitem__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 176. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 216) > [javac] class exposed___nonzero__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___nonzero__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 177. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javac] (at line 232) > [javac] class exposed___getslice__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___getslice__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 178. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 252) > [javac] class exposed___delslice__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___delslice__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 179. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javac] (at line 269) > [javac] class exposed___setslice__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___setslice__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 180. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 293) > [javac] class exposed_append extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_append does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 181. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javac] (at line 310) > [javac] class exposed_byteswap extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_byteswap does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 182. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 327) > [javac] class exposed_count extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_count does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 183. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javac] (at line 343) > [javac] class exposed_extend extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_extend does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 184. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 360) > [javac] class exposed_fromfile extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_fromfile does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 185. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javac] (at line 389) > [javac] class exposed_fromlist extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_fromlist does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 186. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 406) > [javac] class exposed_index extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_index does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 187. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javac] (at line 422) > [javac] class exposed_insert extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_insert does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 188. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 451) > [javac] class exposed_pop extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^ > [javac] The serializable class exposed_pop does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 189. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javac] (at line 483) > [javac] class exposed_remove extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_remove does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 190. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 500) > [javac] class exposed_reverse extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_reverse does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 191. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javac] (at line 517) > [javac] class exposed_tofile extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_tofile does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 192. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 534) > [javac] class exposed_tolist extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_tolist does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 193. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javac] (at line 550) > [javac] class exposed_tostring extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_tostring does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 194. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 566) > [javac] class exposed_write extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_write does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 195. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javac] (at line 583) > [javac] class exposed___init__ extends PyBuiltinMethod { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___init__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 196. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 604) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyArray.class,"__new__",-1,-1) { > [javac] > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 197. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java (at line 630) > [javac] private class ArrayDelegate extends AbstractArray { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class ArrayDelegate does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 198. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArrayDerived.ja > [javac] va (at line 3) > [javac] public class PyArrayDerived extends PyArray implements Slotted { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class PyArrayDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 199. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBaseString.java (at line 7) > [javac] public abstract class PyBaseString extends PySequence { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class PyBaseString does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 200. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBeanEvent.java > [javac] (at line 5) > [javac] public class PyBeanEvent extends PyObject { > [javac] ^^^^^^^^^^^ > [javac] The serializable class PyBeanEvent does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 201. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBeanEventProperty.java (at line 7) > [javac] public class PyBeanEventProperty extends PyReflectedField > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class PyBeanEventProperty does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 202. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBeanProperty.ja > [javac] va (at line 5) > [javac] public class PyBeanProperty extends PyReflectedField { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class PyBeanProperty does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 203. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBuiltinFunction.java (at line 3) > [javac] public abstract class PyBuiltinFunction extends PyObject implements > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class PyBuiltinFunction does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 204. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBuiltinFunction > [javac] Set.java (at line 11) > [javac] public class PyBuiltinFunctionSet extends PyBuiltinFunction { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class PyBuiltinFunctionSet does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 205. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBuiltinMethod.java (at line 4) > [javac] public abstract class PyBuiltinMethod extends PyBuiltinFunction { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class PyBuiltinMethod does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 206. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBuiltinMethodNa > [javac] rrow.java (at line 3) > [javac] public abstract class PyBuiltinMethodNarrow extends PyBuiltinMethod { > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class PyBuiltinMethodNarrow does not declare a static final serialVersionUID field > [javac] of type long > [javac] ---------- > [javac] ---------- > [javac] 207. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBuiltinMethodSet.java (at line 3) > [javac] public class PyBuiltinMethodSet extends PyBuiltinFunctionSet implements > [javac] > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class PyBuiltinMethodSet does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 208. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyCallIter.java (at line 3) > [javac] public class PyCallIter extends PyIterator { > [javac] ^^^^^^^^^^ > [javac] The serializable class PyCallIter does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 209. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyCallIter.java > [javac] (at line 6) > [javac] private int idx; > [javac] ^^^ > [javac] The field PyCallIter.idx is never read locally > [javac] ---------- > [javac] ---------- > [javac] 210. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyCell.java > [javac] (at line 4) > [javac] public class PyCell extends PyObject { // ?? pending repr? > [javac] ^^^^^^ > [javac] The serializable class PyCell does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 211. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyClass.java (at line 11) > [javac] public class PyClass extends PyObject { > [javac] ^^^^^^^ > [javac] The serializable class PyClass does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 212. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyClassMethod.jav > [javac] a (at line 3) > [javac] public class PyClassMethod extends PyObject implements PyType.Newstyle { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class PyClassMethod does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 213. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyClassMethod.java (at line 12) > [javac] class exposed___get__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___get__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 214. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyClassMethod.jav > [javac] a (at line 32) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyClassMethod.class,"__new__",1,1) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 215. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyClassMethodDeri > [javac] ved.java (at line 3) > [javac] public class PyClassMethodDerived extends PyClassMethod implements Slotted { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class PyClassMethodDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 216. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyClassMethodDescr.java (at line 3) > [javac] public class PyClassMethodDescr extends PyMethodDescr { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class PyClassMethodDescr does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 217. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyCode.java > [javac] (at line 7) > [javac] public abstract class PyCode extends PyObject > [javac] ^^^^^^ > [javac] The serializable class PyCode does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 218. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 8) > [javac] public class PyComplex extends PyObject { > [javac] ^^^^^^^^^ > [javac] The serializable class PyComplex does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 219. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 21) > [javac] class exposed___abs__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___abs__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 220. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 37) > [javac] class exposed___float__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___float__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 221. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 53) > [javac] class exposed___int__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___int__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 222. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 69) > [javac] class exposed___long__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___long__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 223. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 85) > [javac] class exposed___neg__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___neg__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 224. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 101) > [javac] class exposed___pos__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___pos__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 225. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 117) > [javac] class exposed___add__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___add__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 226. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 136) > [javac] class exposed___div__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___div__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 227. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 155) > [javac] class exposed___divmod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___divmod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 228. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 174) > [javac] class exposed___floordiv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___floordiv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 229. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 193) > [javac] class exposed___mod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___mod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 230. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 212) > [javac] class exposed___mul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___mul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 231. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 231) > [javac] class exposed___radd__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___radd__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 232. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 250) > [javac] class exposed___rdiv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rdiv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 233. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 269) > [javac] class exposed___rdivmod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rdivmod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 234. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 288) > [javac] class exposed___rfloordiv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rfloordiv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 235. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 307) > [javac] class exposed___rmod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rmod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 236. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 326) > [javac] class exposed___rmul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rmul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 237. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 345) > [javac] class exposed___rpow__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rpow__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 238. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 364) > [javac] class exposed___rsub__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rsub__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 239. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 383) > [javac] class exposed___rtruediv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rtruediv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 240. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 402) > [javac] class exposed___sub__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___sub__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 241. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 421) > [javac] class exposed___truediv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___truediv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 242. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 440) > [javac] class exposed___eq__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___eq__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 243. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 459) > [javac] class exposed___ne__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ne__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 244. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 478) > [javac] class exposed___ge__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ge__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 245. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 497) > [javac] class exposed___le__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___le__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 246. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 516) > [javac] class exposed___gt__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___gt__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 247. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 535) > [javac] class exposed___lt__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___lt__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 248. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 554) > [javac] class exposed___pow__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___pow__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 249. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 580) > [javac] class exposed_conjugate extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_conjugate does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 250. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 596) > [javac] class exposed___nonzero__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___nonzero__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 251. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 612) > [javac] class exposed___reduce__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___reduce__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 252. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 628) > [javac] class exposed___repr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___repr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 253. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 644) > [javac] class exposed___str__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___str__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 254. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java (at line 660) > [javac] class exposed___hash__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___hash__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 255. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javac] (at line 676) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyComplex.class,"__new__",-1,-1) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 256. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplexDerived. > [javac] java (at line 3) > [javac] public class PyComplexDerived extends PyComplex implements Slotted { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class PyComplexDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 257. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyCompoundCallable.java (at line 5) > [javac] public class PyCompoundCallable extends PyObject { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class PyCompoundCallable does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 258. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDescriptor.java > [javac] (at line 3) > [javac] public abstract class PyDescriptor extends PyObject { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class PyDescriptor does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 259. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 11) > [javac] public class PyDictionary extends PyObject { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class PyDictionary does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 260. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javac] (at line 19) > [javac] class exposed___ne__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ne__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 261. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 38) > [javac] class exposed___eq__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___eq__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 262. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javac] (at line 57) > [javac] class exposed___lt__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___lt__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 263. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 76) > [javac] class exposed___gt__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___gt__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 264. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javac] (at line 95) > [javac] class exposed___ge__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ge__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 265. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 114) > [javac] class exposed___le__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___le__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 266. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javac] (at line 133) > [javac] class exposed___cmp__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___cmp__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 267. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 153) > [javac] class exposed___getitem__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___getitem__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 268. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javac] (at line 172) > [javac] class exposed_fromkeys extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_fromkeys does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 269. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 192) > [javac] class exposed_get extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^ > [javac] The serializable class exposed_get does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 270. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javac] (at line 212) > [javac] class exposed_setdefault extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_setdefault does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 271. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 232) > [javac] class exposed_pop extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^ > [javac] The serializable class exposed_pop does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 272. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javac] (at line 252) > [javac] class exposed_popitem extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_popitem does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 273. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 268) > [javac] class exposed_has_key extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_has_key does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 274. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javac] (at line 284) > [javac] class exposed___contains__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___contains__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 275. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 300) > [javac] class exposed___len__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___len__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 276. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javac] (at line 316) > [javac] class exposed___setitem__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___setitem__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 277. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 333) > [javac] class exposed___delitem__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___delitem__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 278. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javac] (at line 350) > [javac] class exposed_keys extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class exposed_keys does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 279. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 366) > [javac] class exposed_update extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_update does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 280. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javac] (at line 383) > [javac] class exposed_itervalues extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_itervalues does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 281. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 399) > [javac] class exposed_iteritems extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_iteritems does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 282. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javac] (at line 415) > [javac] class exposed_iterkeys extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_iterkeys does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 283. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 431) > [javac] class exposed_items extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_items does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 284. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javac] (at line 447) > [javac] class exposed_values extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_values does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 285. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 463) > [javac] class exposed_clear extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_clear does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 286. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javac] (at line 480) > [javac] class exposed_copy extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class exposed_copy does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 287. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 496) > [javac] class exposed___iter__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___iter__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 288. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javac] (at line 512) > [javac] class exposed___hash__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___hash__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 289. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 528) > [javac] class exposed___repr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___repr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 290. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javac] (at line 544) > [javac] class exposed___init__ extends PyBuiltinMethod { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___init__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 291. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 565) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyDictionary.class,"__new__",-1,-1) { > [javac] > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 292. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java (at line 1192) > [javac] class PyDictionaryIter extends PyIterator { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class PyDictionaryIter does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 293. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionaryDeriv > [javac] ed.java (at line 3) > [javac] public class PyDictionaryDerived extends PyDictionary implements Slotted { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class PyDictionaryDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 294. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyEllipsis.java (at line 10) > [javac] public class PyEllipsis extends PySingleton implements Serializable { > [javac] ^^^^^^^^^^ > [javac] The serializable class PyEllipsis does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 295. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyEnumerate.java > [javac] (at line 3) > [javac] public class PyEnumerate extends PyIterator { > [javac] ^^^^^^^^^^^ > [javac] The serializable class PyEnumerate does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 296. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyEnumerate.java (at line 18) > [javac] class exposed_next extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class exposed_next does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 297. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyEnumerate.java > [javac] (at line 34) > [javac] class exposed___iter__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___iter__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 298. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyEnumerate.java (at line 50) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyEnumerate.class,"__new__",-1,-1) { > [javac] > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 299. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyException.java (at line 13) > [javac] public class PyException extends RuntimeException > [javac] ^^^^^^^^^^^ > [javac] The serializable class PyException does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 300. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFieldDescr.java > [javac] (at line 6) > [javac] public class PyFieldDescr extends PyDescriptor { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class PyFieldDescr does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 301. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java (at line 25) > [javac] public class PyFile extends PyObject > [javac] ^^^^^^ > [javac] The serializable class PyFile does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 302. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java > [javac] (at line 600) > [javac] class exposed___cmp__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___cmp__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 303. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java (at line 620) > [javac] class exposed___iter__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___iter__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 304. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java > [javac] (at line 636) > [javac] class exposed___iternext__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___iternext__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 305. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java (at line 652) > [javac] class exposed___nonzero__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___nonzero__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 306. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java > [javac] (at line 668) > [javac] class exposed___repr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___repr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 307. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java (at line 684) > [javac] class exposed___str__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___str__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 308. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java > [javac] (at line 700) > [javac] class exposed_close extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_close does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 309. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java (at line 717) > [javac] class exposed_flush extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_flush does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 310. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java > [javac] (at line 734) > [javac] class exposed_read extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class exposed_read does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 311. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java (at line 766) > [javac] class exposed_readline extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_readline does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 312. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java > [javac] (at line 798) > [javac] class exposed_readlines extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_readlines does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 313. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java (at line 830) > [javac] class exposed_seek extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class exposed_seek does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 314. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java > [javac] (at line 879) > [javac] class exposed_tell extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class exposed_tell does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 315. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java (at line 895) > [javac] class exposed_next extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class exposed_next does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 316. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java > [javac] (at line 911) > [javac] class exposed_truncate extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_truncate does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 317. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java (at line 945) > [javac] class exposed_write extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_write does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 318. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java > [javac] (at line 962) > [javac] class exposed_writelines extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_writelines does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 319. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java (at line 979) > [javac] class exposed_xreadlines extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_xreadlines does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 320. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java > [javac] (at line 995) > [javac] class exposed___init__ extends PyBuiltinMethod { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___init__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 321. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java (at line 1016) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyFile.class,"__new__",-1,-1) { > [javac] > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 322. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFileDerived.java (at line 3) > [javac] public class PyFileDerived extends PyFile implements Slotted { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class PyFileDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 323. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFinalizableInst > [javac] ance.java (at line 16) > [javac] public class PyFinalizableInstance extends PyInstance > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class PyFinalizableInstance does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 324. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java (at line 10) > [javac] public class PyFloat extends PyObject > [javac] ^^^^^^^ > [javac] The serializable class PyFloat does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 325. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java > [javac] (at line 18) > [javac] class exposed___abs__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___abs__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 326. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java (at line 34) > [javac] class exposed___float__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___float__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 327. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java > [javac] (at line 50) > [javac] class exposed___int__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___int__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 328. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java (at line 66) > [javac] class exposed___long__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___long__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 329. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java > [javac] (at line 82) > [javac] class exposed___neg__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___neg__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 330. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java (at line 98) > [javac] class exposed___pos__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___pos__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 331. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java > [javac] (at line 114) > [javac] class exposed___add__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___add__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 332. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java (at line 133) > [javac] class exposed___div__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___div__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 333. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java > [javac] (at line 152) > [javac] class exposed___divmod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___divmod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 334. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java (at line 171) > [javac] class exposed___floordiv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___floordiv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 335. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java > [javac] (at line 190) > [javac] class exposed___mod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___mod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 336. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java (at line 209) > [javac] class exposed___mul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___mul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 337. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java > [javac] (at line 228) > [javac] class exposed___radd__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___radd__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 338. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java (at line 247) > [javac] class exposed___rdiv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rdiv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 339. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java > [javac] (at line 266) > [javac] class exposed___rfloordiv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rfloordiv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 340. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java (at line 285) > [javac] class exposed___rmod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rmod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 341. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java > [javac] (at line 304) > [javac] class exposed___rmul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rmul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 342. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java (at line 323) > [javac] class exposed___rsub__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rsub__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 343. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java > [javac] (at line 342) > [javac] class exposed___rtruediv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rtruediv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 344. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java (at line 361) > [javac] class exposed___sub__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___sub__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 345. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java > [javac] (at line 380) > [javac] class exposed___truediv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___truediv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 346. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java (at line 399) > [javac] class exposed___rdivmod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rdivmod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 347. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java > [javac] (at line 418) > [javac] class exposed___rpow__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rpow__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 348. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java (at line 437) > [javac] class exposed___cmp__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___cmp__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 349. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java > [javac] (at line 457) > [javac] class exposed___pow__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___pow__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 350. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java (at line 483) > [javac] class exposed___nonzero__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___nonzero__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 351. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java > [javac] (at line 499) > [javac] class exposed___repr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___repr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 352. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java (at line 515) > [javac] class exposed___str__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___str__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 353. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java > [javac] (at line 531) > [javac] class exposed___hash__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___hash__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 354. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java (at line 547) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyFloat.class,"__new__",-1,-1) { > [javac] > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 355. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloatDerived.java (at line 3) > [javac] public class PyFloatDerived extends PyFloat implements Slotted { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class PyFloatDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 356. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFrame.java > [javac] (at line 9) > [javac] public class PyFrame extends PyObject > [javac] ^^^^^^^ > [javac] The serializable class PyFrame does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 357. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFrame.java (at line 197) > [javac] f_builtins = Py.getSystemState().builtins; > [javac] ^^^^^^^^ > [javac] The static field PySystemState.builtins should be accessed in a static way > [javac] ---------- > [javac] ---------- > [javac] 358. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFunction.java > [javac] (at line 8) > [javac] public class PyFunction extends PyObject > [javac] ^^^^^^^^^^ > [javac] The serializable class PyFunction does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 359. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyGenerator.java (at line 6) > [javac] public class PyGenerator extends PyIterator { > [javac] ^^^^^^^^^^^ > [javac] The serializable class PyGenerator does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 360. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyGetSetDescr.jav > [javac] a (at line 7) > [javac] public class PyGetSetDescr extends PyDescriptor { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class PyGetSetDescr does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 361. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyIgnoreMethodTag.java (at line 9) > [javac] public class PyIgnoreMethodTag extends RuntimeException { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class PyIgnoreMethodTag does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 362. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInstance.java > [javac] (at line 11) > [javac] public class PyInstance extends PyObject > [javac] ^^^^^^^^^^ > [javac] The serializable class PyInstance does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 363. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInstance.java (at line 708) > [javac] Py.getSystemState().registry.getProperty( > [javac] ^^^^^^^^ > [javac] The static field PySystemState.registry should be accessed in a static way > [javac] ---------- > [javac] ---------- > [javac] 364. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 9) > [javac] public class PyInteger extends PyObject { > [javac] ^^^^^^^^^ > [javac] The serializable class PyInteger does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 365. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 16) > [javac] class exposed___abs__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___abs__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 366. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 32) > [javac] class exposed___float__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___float__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 367. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 48) > [javac] class exposed___hex__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___hex__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 368. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 64) > [javac] class exposed___int__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___int__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 369. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 80) > [javac] class exposed___invert__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___invert__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 370. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 96) > [javac] class exposed___long__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___long__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 371. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 112) > [javac] class exposed___neg__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___neg__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 372. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 128) > [javac] class exposed___oct__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___oct__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 373. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 144) > [javac] class exposed___pos__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___pos__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 374. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 160) > [javac] class exposed___add__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___add__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 375. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 179) > [javac] class exposed___and__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___and__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 376. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 198) > [javac] class exposed___div__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___div__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 377. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 217) > [javac] class exposed___divmod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___divmod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 378. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 236) > [javac] class exposed___floordiv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___floordiv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 379. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 255) > [javac] class exposed___lshift__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___lshift__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 380. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 274) > [javac] class exposed___mod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___mod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 381. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 293) > [javac] class exposed___mul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___mul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 382. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 312) > [javac] class exposed___or__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___or__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 383. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 331) > [javac] class exposed___radd__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___radd__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 384. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 350) > [javac] class exposed___rdiv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rdiv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 385. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 369) > [javac] class exposed___rfloordiv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rfloordiv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 386. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 388) > [javac] class exposed___rmod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rmod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 387. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 407) > [javac] class exposed___rmul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rmul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 388. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 426) > [javac] class exposed___rshift__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rshift__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 389. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 445) > [javac] class exposed___rsub__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rsub__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 390. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 464) > [javac] class exposed___rtruediv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rtruediv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 391. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 483) > [javac] class exposed___sub__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___sub__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 392. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 502) > [javac] class exposed___truediv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___truediv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 393. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 521) > [javac] class exposed___xor__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___xor__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 394. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 540) > [javac] class exposed___rxor__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rxor__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 395. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 559) > [javac] class exposed___rrshift__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rrshift__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 396. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 578) > [javac] class exposed___ror__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ror__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 397. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 597) > [javac] class exposed___rand__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rand__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 398. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 616) > [javac] class exposed___rpow__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rpow__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 399. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 635) > [javac] class exposed___rlshift__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rlshift__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 400. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 654) > [javac] class exposed___rdivmod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rdivmod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 401. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 673) > [javac] class exposed___cmp__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___cmp__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 402. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 693) > [javac] class exposed___pow__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___pow__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 403. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 719) > [javac] class exposed___nonzero__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___nonzero__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 404. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 735) > [javac] class exposed___reduce__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___reduce__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 405. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 751) > [javac] class exposed___repr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___repr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 406. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 767) > [javac] class exposed___str__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___str__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 407. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java (at line 783) > [javac] class exposed___hash__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___hash__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 408. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javac] (at line 799) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyInteger.class,"__new__",-1,-1) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 409. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyIntegerDerived. > [javac] java (at line 3) > [javac] public class PyIntegerDerived extends PyInteger implements Slotted { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class PyIntegerDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 410. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyIterator.java (at line 15) > [javac] public abstract class PyIterator extends PyObject { > [javac] ^^^^^^^^^^ > [javac] The serializable class PyIterator does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 411. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java > [javac] (at line 13) > [javac] public class PyJavaClass extends PyClass > [javac] ^^^^^^^^^^^ > [javac] The serializable class PyJavaClass does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 412. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java (at line 136) > [javac] if (InitModule.class.isAssignableFrom(proxyClass)) { > [javac] ^^^^^^^^^^ > [javac] The type InitModule is deprecated > [javac] ---------- > [javac] 413. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java (at line 138) > [javac] InitModule m = (InitModule)proxyClass.newInstance(); > [javac] ^^^^^^^^^^ > [javac] The type InitModule is deprecated > [javac] ---------- > [javac] 414. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java (at line 138) > [javac] InitModule m = (InitModule)proxyClass.newInstance(); > [javac] ^^^^^^^^^^ > [javac] The type InitModule is deprecated > [javac] ---------- > [javac] 415. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java (at line 139) > [javac] m.initModule(__dict__); > [javac] ^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method initModule(PyObject) from the type InitModule is deprecated > [javac] ---------- > [javac] 416. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java (at line 191) > [javac] if (inter == InitModule.class || inter == PyProxy.class || > [javac] ^^^^^^^^^^ > [javac] The type InitModule is deprecated > [javac] ---------- > [javac] 417. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java (at line 213) > [javac] if (inter == InitModule.class || inter == PyProxy.class || > [javac] ^^^^^^^^^^ > [javac] The type InitModule is deprecated > [javac] ---------- > [javac] 418. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java (at line 259) > [javac] if (!JavaAccessibility.accessIsMutable()) > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The type JavaAccessibility is deprecated > [javac] ---------- > [javac] 419. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java (at line 259) > [javac] if (!JavaAccessibility.accessIsMutable()) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method accessIsMutable() from the type JavaAccessibility is deprecated > [javac] ---------- > [javac] 420. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java > [javac] (at line 270) > [javac] JavaAccessibility.setAccessible(declared[i], true); > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The type JavaAccessibility is deprecated > [javac] ---------- > [javac] 421. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java > [javac] (at line 270) > [javac] JavaAccessibility.setAccessible(declared[i], true); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method setAccessible(Field, boolean) from the type JavaAccessibility is deprecated > [javac] ---------- > [javac] 422. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java (at line 387) > [javac] if (!JavaAccessibility.accessIsMutable()) > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The type JavaAccessibility is deprecated > [javac] ---------- > [javac] 423. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java (at line 387) > [javac] if (!JavaAccessibility.accessIsMutable()) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method accessIsMutable() from the type JavaAccessibility is deprecated > [javac] ---------- > [javac] 424. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java > [javac] (at line 394) > [javac] JavaAccessibility.setAccessible(declared[i], true); > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The type JavaAccessibility is deprecated > [javac] ---------- > [javac] 425. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java > [javac] (at line 394) > [javac] JavaAccessibility.setAccessible(declared[i], true); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method setAccessible(Method, boolean) from the type JavaAccessibility is deprecated > [javac] ---------- > [javac] 426. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java (at line 509) > [javac] String eventName = eventClass.getName(); > [javac] ^^^^^^^^^ > [javac] The local variable eventName is never read > [javac] ---------- > [javac] 427. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java (at line 630) > [javac] String pname=""; > [javac] ^^^^^ > [javac] The local variable pname is never read > [javac] ---------- > [javac] 428. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java (at line 671) > [javac] if (!JavaAccessibility.accessIsMutable()) > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The type JavaAccessibility is deprecated > [javac] ---------- > [javac] 429. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java (at line 671) > [javac] if (!JavaAccessibility.accessIsMutable()) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method accessIsMutable() from the type JavaAccessibility is deprecated > [javac] ---------- > [javac] 430. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java > [javac] (at line 681) > [javac] JavaAccessibility.setAccessible(declared[i], true); > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The type JavaAccessibility is deprecated > [javac] ---------- > [javac] 431. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java > [javac] (at line 681) > [javac] JavaAccessibility.setAccessible(declared[i], true); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method setAccessible(Constructor, boolean) from the type JavaAccessibility is deprecated > [javac] ---------- > [javac] ---------- > [javac] 432. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaInnerClass.java (at line 9) > [javac] public class PyJavaInnerClass extends PyJavaClass > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class PyJavaInnerClass does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 433. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaPackage.jav > [javac] a (at line 12) > [javac] public class PyJavaPackage extends PyObject { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class PyJavaPackage does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 434. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 15) > [javac] public class PyList extends PySequenceList { > [javac] ^^^^^^ > [javac] The serializable class PyList does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 435. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 27) > [javac] class exposed___ne__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ne__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 436. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 46) > [javac] class exposed___eq__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___eq__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 437. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 65) > [javac] class exposed___lt__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___lt__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 438. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 84) > [javac] class exposed___le__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___le__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 439. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 103) > [javac] class exposed___gt__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___gt__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 440. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 122) > [javac] class exposed___ge__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ge__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 441. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 141) > [javac] class exposed___getitem__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___getitem__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 442. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 161) > [javac] class exposed___contains__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___contains__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 443. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 177) > [javac] class exposed___delitem__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___delitem__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 444. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 194) > [javac] class exposed___setitem__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___setitem__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 445. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 211) > [javac] class exposed___nonzero__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___nonzero__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 446. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 227) > [javac] class exposed___getslice__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___getslice__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 447. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 247) > [javac] class exposed___delslice__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___delslice__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 448. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 264) > [javac] class exposed___setslice__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___setslice__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 449. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 286) > [javac] class exposed___add__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___add__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 450. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 305) > [javac] class exposed___radd__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___radd__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 451. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 324) > [javac] class exposed___mul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___mul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 452. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 343) > [javac] class exposed___rmul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rmul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 453. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 362) > [javac] class exposed_append extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_append does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 454. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 379) > [javac] class exposed_count extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_count does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 455. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 395) > [javac] class exposed_extend extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_extend does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 456. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 412) > [javac] class exposed_index extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_index does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 457. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 461) > [javac] class exposed_insert extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_insert does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 458. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 490) > [javac] class exposed_pop extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^ > [javac] The serializable class exposed_pop does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 459. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 522) > [javac] class exposed_remove extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_remove does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 460. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 539) > [javac] class exposed_reverse extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_reverse does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 461. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 556) > [javac] class exposed_sort extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class exposed_sort does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 462. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 578) > [javac] class exposed___len__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___len__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 463. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 594) > [javac] class exposed___iadd__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___iadd__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 464. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 610) > [javac] class exposed___imul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___imul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 465. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 626) > [javac] class exposed___reduce__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___reduce__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 466. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 642) > [javac] class exposed___hash__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___hash__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 467. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 658) > [javac] class exposed___repr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___repr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 468. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java (at line 674) > [javac] class exposed___init__ extends PyBuiltinMethod { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___init__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 469. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javac] (at line 695) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyList.class,"__new__",-1,-1) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 470. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyListDerived.jav > [javac] a (at line 3) > [javac] public class PyListDerived extends PyList implements Slotted { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class PyListDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 471. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 12) > [javac] public class PyLong extends PyObject > [javac] ^^^^^^ > [javac] The serializable class PyLong does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 472. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 27) > [javac] class exposed___abs__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___abs__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 473. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 43) > [javac] class exposed___float__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___float__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 474. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 59) > [javac] class exposed___hex__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___hex__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 475. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 75) > [javac] class exposed___int__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___int__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 476. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 91) > [javac] class exposed___invert__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___invert__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 477. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 107) > [javac] class exposed___long__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___long__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 478. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 123) > [javac] class exposed___neg__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___neg__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 479. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 139) > [javac] class exposed___oct__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___oct__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 480. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 155) > [javac] class exposed___pos__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___pos__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 481. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 171) > [javac] class exposed___add__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___add__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 482. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 190) > [javac] class exposed___and__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___and__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 483. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 209) > [javac] class exposed___div__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___div__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 484. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 228) > [javac] class exposed___divmod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___divmod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 485. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 247) > [javac] class exposed___floordiv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___floordiv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 486. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 266) > [javac] class exposed___lshift__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___lshift__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 487. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 285) > [javac] class exposed___mod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___mod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 488. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 304) > [javac] class exposed___mul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___mul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 489. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 323) > [javac] class exposed___or__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___or__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 490. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 342) > [javac] class exposed___radd__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___radd__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 491. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 361) > [javac] class exposed___rdiv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rdiv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 492. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 380) > [javac] class exposed___rfloordiv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rfloordiv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 493. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 399) > [javac] class exposed___rmod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rmod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 494. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 418) > [javac] class exposed___rmul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rmul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 495. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 437) > [javac] class exposed___rshift__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rshift__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 496. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 456) > [javac] class exposed___rsub__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rsub__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 497. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 475) > [javac] class exposed___rtruediv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rtruediv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 498. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 494) > [javac] class exposed___sub__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___sub__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 499. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 513) > [javac] class exposed___truediv__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___truediv__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 500. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 532) > [javac] class exposed___xor__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___xor__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 501. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 551) > [javac] class exposed___rxor__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rxor__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 502. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 570) > [javac] class exposed___rrshift__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rrshift__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 503. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 589) > [javac] class exposed___ror__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ror__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 504. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 608) > [javac] class exposed___rand__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rand__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 505. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 627) > [javac] class exposed___rpow__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rpow__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 506. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 646) > [javac] class exposed___rlshift__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rlshift__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 507. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 665) > [javac] class exposed___rdivmod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rdivmod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 508. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 684) > [javac] class exposed___cmp__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___cmp__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 509. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 704) > [javac] class exposed___pow__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___pow__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 510. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 730) > [javac] class exposed___nonzero__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___nonzero__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 511. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 746) > [javac] class exposed___repr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___repr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 512. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 762) > [javac] class exposed___str__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___str__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 513. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java (at line 778) > [javac] class exposed___hash__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___hash__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 514. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javac] (at line 794) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyLong.class,"__new__",-1,-1) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 515. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLongDerived.jav > [javac] a (at line 3) > [javac] public class PyLongDerived extends PyLong implements Slotted { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class PyLongDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 516. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyMethod.java (at line 8) > [javac] public class PyMethod extends PyObject > [javac] ^^^^^^^^ > [javac] The serializable class PyMethod does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 517. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyMethodDescr.jav > [javac] a (at line 3) > [javac] import java.util.Arrays; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The import java.util.Arrays is never used > [javac] ---------- > [javac] 518. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyMethodDescr.jav > [javac] a (at line 5) > [javac] public class PyMethodDescr extends PyDescriptor implements > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class PyMethodDescr does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 519. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyModule.java (at line 4) > [javac] public class PyModule extends PyObject > [javac] ^^^^^^^^ > [javac] The serializable class PyModule does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 520. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyModule.java > [javac] (at line 14) > [javac] class exposed___repr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___repr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 521. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyModule.java (at line 30) > [javac] class exposed___setattr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___setattr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 522. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyModule.java > [javac] (at line 59) > [javac] class exposed___delattr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___delattr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 523. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyModule.java (at line 88) > [javac] class exposed___init__ extends PyBuiltinMethod { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___init__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 524. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyModule.java > [javac] (at line 109) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyModule.class,"__new__",-1,-1) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 525. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyModuleDerived.j > [javac] ava (at line 3) > [javac] public class PyModuleDerived extends PyModule implements Slotted { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class PyModuleDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 526. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyNewWrapper.java (at line 3) > [javac] public abstract class PyNewWrapper extends PyBuiltinMethod { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class PyNewWrapper does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 527. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyNone.java > [javac] (at line 9) > [javac] public class PyNone extends PyObject implements Serializable > [javac] ^^^^^^ > [javac] The serializable class PyNone does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 528. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyNone.java (at line 18) > [javac] class exposed___repr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___repr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 529. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyNone.java > [javac] (at line 34) > [javac] class exposed___nonzero__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___nonzero__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 530. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyNotImplemented.java (at line 5) > [javac] public class PyNotImplemented extends PySingleton implements Serializable > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class PyNotImplemented does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 531. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObject.java > [javac] (at line 16) > [javac] public class PyObject implements java.io.Serializable { > [javac] ^^^^^^^^ > [javac] The serializable class PyObject does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 532. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObject.java (at line 25) > [javac] class exposed___reduce__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___reduce__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 533. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObject.java > [javac] (at line 41) > [javac] class exposed___str__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___str__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 534. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObject.java (at line 57) > [javac] class exposed___getattribute__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___getattribute__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 535. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObject.java > [javac] (at line 89) > [javac] class exposed___setattr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___setattr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 536. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObject.java (at line 118) > [javac] class exposed___delattr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___delattr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 537. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObject.java > [javac] (at line 147) > [javac] class exposed___hash__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___hash__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 538. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObject.java (at line 163) > [javac] class exposed___repr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___repr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 539. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObject.java > [javac] (at line 179) > [javac] class exposed___init__ extends PyBuiltinMethod { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___init__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 540. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObject.java (at line 200) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyObject.class,"__new__",-1,-1) { > [javac] > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 541. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObject.java (at line 3110) > [javac] public static class ConversionException extends Exception { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class ConversionException does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 542. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObject.java > [javac] (at line 3148) > [javac] class PyIdentityTuple extends PyObject { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class PyIdentityTuple does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 543. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObjectArray.java (at line 10) > [javac] public class PyObjectArray extends AbstractArray { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class PyObjectArray does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 544. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObjectDerived.j > [javac] ava (at line 3) > [javac] public class PyObjectDerived extends PyObject implements Slotted { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class PyObjectDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 545. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObjectList.java (at line 21) > [javac] public class PyObjectList > [javac] ^^^^^^^^^^^^ > [javac] The serializable class PyObjectList does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 546. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyProperty.java > [javac] (at line 3) > [javac] public class PyProperty extends PyObject implements PyType.Newstyle { > [javac] ^^^^^^^^^^ > [javac] The serializable class PyProperty does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 547. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyProperty.java (at line 14) > [javac] class exposed___get__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___get__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 548. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyProperty.java > [javac] (at line 38) > [javac] class exposed___set__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___set__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 549. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyProperty.java (at line 55) > [javac] class exposed___delete__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___delete__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 550. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyProperty.java > [javac] (at line 72) > [javac] class exposed___init__ extends PyBuiltinMethod { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___init__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 551. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyProperty.java (at line 93) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyProperty.class,"__new__",-1,-1) { > [javac] > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 552. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyPropertyDerived.java (at line 3) > [javac] public class PyPropertyDerived extends PyProperty implements Slotted { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class PyPropertyDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 553. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyReflectedConstr > [javac] uctor.java (at line 10) > [javac] public class PyReflectedConstructor extends PyReflectedFunction > [javac] ^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class PyReflectedConstructor does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 554. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyReflectedConstructor.java (at line 33) > [javac] if (!Modifier.isPublic(mods) && !JavaAccessibility.accessIsMutable()) > [javac] > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The type JavaAccessibility is deprecated > [javac] ---------- > [javac] 555. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyReflectedConstr > [javac] uctor.java (at line 33) > [javac] if (!Modifier.isPublic(mods) && !JavaAccessibility.accessIsMutable()) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method accessIsMutable() from the type JavaAccessibility is deprecated > [javac] ---------- > [javac] 556. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyReflectedConstructor.java (at line 109) > [javac] boolean proxyConstructor=false; > [javac] ^^^^^^^^^^^^^^^^ > [javac] The local variable proxyConstructor is never read > [javac] ---------- > [javac] ---------- > [javac] 557. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyReflectedField.java (at line 8) > [javac] public class PyReflectedField extends PyObject { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class PyReflectedField does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 558. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyReflectedFuncti > [javac] on.java (at line 10) > [javac] public class PyReflectedFunction extends PyObject > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class PyReflectedFunction does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 559. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyReflectedFunction.java (at line 77) > [javac] if (!Modifier.isPublic(mods) && !JavaAccessibility.accessIsMutable()) > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The type JavaAccessibility is deprecated > [javac] ---------- > [javac] 560. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyReflectedFuncti > [javac] on.java (at line 77) > [javac] if (!Modifier.isPublic(mods) && !JavaAccessibility.accessIsMutable()) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method accessIsMutable() from the type JavaAccessibility is deprecated > [javac] ---------- > [javac] ---------- > [javac] 561. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySequence.java (at line 21) > [javac] abstract public class PySequence extends PyObject { > [javac] ^^^^^^^^^^ > [javac] The serializable class PySequence does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 562. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySequenceIter.ja > [javac] va (at line 3) > [javac] public class PySequenceIter extends PyIterator { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class PySequenceIter does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 563. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySequenceList.java (at line 19) > [javac] public abstract class PySequenceList extends PySequence implements List { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class PySequenceList does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 564. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySingleton.java > [javac] (at line 4) > [javac] public class PySingleton extends PyObject > [javac] ^^^^^^^^^^^ > [javac] The serializable class PySingleton does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 565. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySlice.java (at line 9) > [javac] public class PySlice extends PyObject { > [javac] ^^^^^^^ > [javac] The serializable class PySlice does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 566. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySlot.java > [javac] (at line 3) > [javac] public class PySlot extends PyDescriptor { > [javac] ^^^^^^ > [javac] The serializable class PySlot does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 567. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyStaticMethod.java (at line 3) > [javac] public class PyStaticMethod extends PyObject implements PyType.Newstyle { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class PyStaticMethod does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 568. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyStaticMethod.ja > [javac] va (at line 16) > [javac] new PyNewWrapper(PyStaticMethod.class, "__new__", 1, 1) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 569. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 7) > [javac] public class PyString extends PyBaseString implements ClassDictInit > [javac] ^^^^^^^^ > [javac] The serializable class PyString does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 570. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 15) > [javac] class exposed___ne__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ne__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 571. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 34) > [javac] class exposed___eq__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___eq__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 572. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 53) > [javac] class exposed___lt__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___lt__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 573. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 72) > [javac] class exposed___le__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___le__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 574. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 91) > [javac] class exposed___gt__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___gt__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 575. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 110) > [javac] class exposed___ge__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ge__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 576. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 129) > [javac] class exposed___add__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___add__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 577. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 148) > [javac] class exposed___mod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___mod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 578. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 167) > [javac] class exposed___mul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___mul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 579. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 186) > [javac] class exposed___rmul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rmul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 580. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 205) > [javac] class exposed___getitem__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___getitem__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 581. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 225) > [javac] class exposed___getslice__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___getslice__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 582. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 245) > [javac] class exposed___contains__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___contains__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 583. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 261) > [javac] class exposed___len__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___len__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 584. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 277) > [javac] class exposed___reduce__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___reduce__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 585. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 293) > [javac] class exposed___str__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___str__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 586. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 309) > [javac] class exposed___unicode__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___unicode__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 587. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 325) > [javac] class exposed___hash__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___hash__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 588. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 341) > [javac] class exposed___repr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___repr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 589. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 357) > [javac] class exposed_capitalize extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_capitalize does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 590. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 373) > [javac] class exposed_center extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_center does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 591. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 401) > [javac] class exposed_count extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_count does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 592. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 468) > [javac] class exposed_decode extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_decode does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 593. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 517) > [javac] class exposed_encode extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_encode does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 594. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 566) > [javac] class exposed_endswith extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_endswith does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 595. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 633) > [javac] class exposed_expandtabs extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_expandtabs does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 596. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 665) > [javac] class exposed_find extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class exposed_find does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 597. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 732) > [javac] class exposed_index extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_index does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 598. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 799) > [javac] class exposed_isalnum extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_isalnum does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 599. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 815) > [javac] class exposed_isalpha extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_isalpha does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 600. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 831) > [javac] class exposed_isdecimal extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_isdecimal does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 601. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 847) > [javac] class exposed_isdigit extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_isdigit does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 602. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 863) > [javac] class exposed_islower extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_islower does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 603. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 879) > [javac] class exposed_isnumeric extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_isnumeric does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 604. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 895) > [javac] class exposed_isspace extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_isspace does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 605. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 911) > [javac] class exposed_istitle extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_istitle does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 606. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 927) > [javac] class exposed_isunicode extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_isunicode does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 607. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 943) > [javac] class exposed_isupper extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_isupper does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 608. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 959) > [javac] class exposed_join extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class exposed_join does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 609. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 975) > [javac] class exposed_ljust extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_ljust does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 610. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 1003) > [javac] class exposed_lower extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_lower does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 611. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 1019) > [javac] class exposed_lstrip extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_lstrip does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 612. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 1051) > [javac] class exposed_replace extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_replace does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 613. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 1083) > [javac] class exposed_rfind extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_rfind does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 614. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 1150) > [javac] class exposed_rindex extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_rindex does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 615. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 1217) > [javac] class exposed_rjust extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_rjust does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 616. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 1245) > [javac] class exposed_rstrip extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_rstrip does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 617. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 1277) > [javac] class exposed_split extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_split does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 618. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 1328) > [javac] class exposed_splitlines extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_splitlines does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 619. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 1348) > [javac] class exposed_startswith extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_startswith does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 620. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 1415) > [javac] class exposed_strip extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_strip does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 621. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 1447) > [javac] class exposed_swapcase extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_swapcase does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 622. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 1463) > [javac] class exposed_title extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_title does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 623. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 1479) > [javac] class exposed_translate extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_translate does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 624. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 1524) > [javac] class exposed_upper extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_upper does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 625. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 1540) > [javac] class exposed_zfill extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_zfill does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 626. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 1568) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyString.class,"__new__",-1,-1) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 627. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javac] (at line 2032) > [javac] s.getBytes(0, len, b, 0); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method getBytes(int, int, byte[], int) from the type String is deprecated > [javac] ---------- > [javac] 628. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java (at line 2050) > [javac] return new String(buf, 0, off, len); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The constructor String(byte[], int, int, int) is deprecated > [javac] ---------- > [javac] ---------- > [javac] 629. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyStringDerived.java (at line 3) > [javac] public class PyStringDerived extends PyString implements Slotted { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class PyStringDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 630. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyStringMap.java > [javac] (at line 10) > [javac] public class PyStringMap extends PyObject > [javac] ^^^^^^^^^^^ > [javac] The serializable class PyStringMap does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 631. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyStringMap.java (at line 569) > [javac] class PyStringMapIter extends PyIterator { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class PyStringMapIter does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 632. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySuper.java > [javac] (at line 3) > [javac] public class PySuper extends PyObject implements PyType.Newstyle { > [javac] ^^^^^^^ > [javac] The serializable class PySuper does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 633. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySuper.java (at line 13) > [javac] class exposed___getattribute__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___getattribute__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 634. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySuper.java > [javac] (at line 45) > [javac] class exposed___get__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___get__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 635. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySuper.java (at line 69) > [javac] class exposed___init__ extends PyBuiltinMethod { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___init__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 636. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySuper.java > [javac] (at line 90) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PySuper.class,"__new__",-1,-1) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 637. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySuperDerived.ja > [javac] va (at line 3) > [javac] public class PySuperDerived extends PySuper implements Slotted { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class PySuperDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 638. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySyntaxError.java (at line 12) > [javac] public class PySyntaxError extends PyException { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class PySyntaxError does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 639. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySystemState.jav > [javac] a (at line 31) > [javac] public class PySystemState extends PyObject > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class PySystemState does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 640. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySystemState.java (at line 699) > [javac] String urlString = URLDecoder.decode(url.toString()); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method decode(String) from the type URLDecoder is deprecated > [javac] ---------- > [javac] 641. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySystemState.java (at line 828) > [javac] sys.builtins.__setitem__("_", Py.None); > [javac] ^^^^^^^^ > [javac] The static field PySystemState.builtins should be accessed in a static way > [javac] ---------- > [javac] 642. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySystemState.jav > [javac] a (at line 830) > [javac] sys.builtins.__setitem__("_", o); > [javac] ^^^^^^^^ > [javac] The static field PySystemState.builtins should be accessed in a static way > [javac] ---------- > [javac] 643. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySystemState.java (at line 884) > [javac] class PySystemStateFunctions extends PyBuiltinFunctionSet > [javac] ^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class PySystemStateFunctions does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 644. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTableCode.java > [javac] (at line 9) > [javac] public class PyTableCode extends PyCode > [javac] ^^^^^^^^^^^ > [javac] The serializable class PyTableCode does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 645. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTableCode.java (at line 151) > [javac] frame.f_builtins = ts.systemState.builtins; > [javac] ^^^^^^^^ > [javac] The static field PySystemState.builtins should be accessed in a static way > [javac] ---------- > [javac] ---------- > [javac] 646. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTraceback.java > [javac] (at line 8) > [javac] public class PyTraceback extends PyObject > [javac] ^^^^^^^^^^^ > [javac] The serializable class PyTraceback does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 647. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java (at line 15) > [javac] public class PyTuple extends PySequenceList implements ClassDictInit > [javac] ^^^^^^^ > [javac] The serializable class PyTuple does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 648. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java > [javac] (at line 28) > [javac] class exposed___ne__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ne__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 649. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java (at line 47) > [javac] class exposed___eq__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___eq__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 650. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java > [javac] (at line 66) > [javac] class exposed___lt__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___lt__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 651. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java (at line 85) > [javac] class exposed___le__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___le__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 652. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java > [javac] (at line 104) > [javac] class exposed___gt__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___gt__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 653. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java (at line 123) > [javac] class exposed___ge__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ge__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 654. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java > [javac] (at line 142) > [javac] class exposed___add__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___add__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 655. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java (at line 161) > [javac] class exposed___mul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___mul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 656. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java > [javac] (at line 180) > [javac] class exposed___rmul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rmul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 657. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java (at line 199) > [javac] class exposed___getitem__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___getitem__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 658. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java > [javac] (at line 219) > [javac] class exposed___getslice__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___getslice__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 659. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java (at line 239) > [javac] class exposed___contains__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___contains__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 660. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java > [javac] (at line 255) > [javac] class exposed___len__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___len__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 661. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java (at line 271) > [javac] class exposed___reduce__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___reduce__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 662. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java > [javac] (at line 287) > [javac] class exposed___hash__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___hash__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 663. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java (at line 303) > [javac] class exposed___repr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___repr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 664. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java > [javac] (at line 319) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyTuple.class,"__new__",-1,-1) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 665. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTupleDerived.ja > [javac] va (at line 3) > [javac] public class PyTupleDerived extends PyTuple implements Slotted { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class PyTupleDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 666. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyType.java (at line 17) > [javac] public class PyType extends PyObject implements Serializable { > [javac] ^^^^^^ > [javac] The serializable class PyType does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 667. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyType.java > [javac] (at line 29) > [javac] class exposed_mro extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^ > [javac] The serializable class exposed_mro does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 668. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyType.java (at line 49) > [javac] class exposed___getattribute__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___getattribute__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 669. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyType.java > [javac] (at line 81) > [javac] class exposed___setattr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___setattr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 670. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyType.java (at line 110) > [javac] class exposed___delattr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___delattr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 671. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyType.java > [javac] (at line 139) > [javac] class exposed___subclasses__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___subclasses__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 672. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyType.java (at line 155) > [javac] class exposed___call__ extends PyBuiltinMethod { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___call__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 673. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyType.java > [javac] (at line 175) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyType.class,"__new__",-1,-1) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 674. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyType.java > [javac] (at line 210) > [javac] static class TypeResolver implements Serializable { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class TypeResolver does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 675. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyType.java (at line 508) > [javac] private static void debug(PyObject[] objs) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method debug(PyObject[]) from the type PyType is never used locally > [javac] ---------- > [javac] 676. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyType.java > [javac] (at line 1111) > [javac] PyObject new_ = new PyNewWrapper(c, "__new__", -1, -1) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 677. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTypeDerived.java (at line 3) > [javac] public class PyTypeDerived extends PyType implements Slotted { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class PyTypeDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 678. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 9) > [javac] public class PyUnicode extends PyString { > [javac] ^^^^^^^^^ > [javac] The serializable class PyUnicode does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 679. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 18) > [javac] class exposed___ne__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ne__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 680. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 37) > [javac] class exposed___eq__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___eq__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 681. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 56) > [javac] class exposed___add__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___add__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 682. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 75) > [javac] class exposed___mul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___mul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 683. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 94) > [javac] class exposed___rmul__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___rmul__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 684. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 113) > [javac] class exposed___mod__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___mod__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 685. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 132) > [javac] class exposed___getitem__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___getitem__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 686. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 152) > [javac] class exposed___getslice__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___getslice__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 687. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 172) > [javac] class exposed___contains__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___contains__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 688. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 188) > [javac] class exposed___len__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___len__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 689. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 204) > [javac] class exposed___str__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___str__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 690. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 220) > [javac] class exposed___unicode__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___unicode__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 691. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 236) > [javac] class exposed___hash__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___hash__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 692. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 252) > [javac] class exposed___repr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___repr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 693. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 268) > [javac] class exposed_capitalize extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_capitalize does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 694. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 284) > [javac] class exposed_center extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_center does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 695. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 312) > [javac] class exposed_count extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_count does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 696. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 379) > [javac] class exposed_decode extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_decode does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 697. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 428) > [javac] class exposed_encode extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_encode does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 698. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 477) > [javac] class exposed_endswith extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_endswith does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 699. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 544) > [javac] class exposed_expandtabs extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_expandtabs does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 700. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 576) > [javac] class exposed_find extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class exposed_find does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 701. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 643) > [javac] class exposed_index extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_index does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 702. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 710) > [javac] class exposed_isalnum extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_isalnum does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 703. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 726) > [javac] class exposed_isalpha extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_isalpha does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 704. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 742) > [javac] class exposed_isdecimal extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_isdecimal does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 705. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 758) > [javac] class exposed_isdigit extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_isdigit does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 706. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 774) > [javac] class exposed_islower extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_islower does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 707. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 790) > [javac] class exposed_isnumeric extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_isnumeric does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 708. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 806) > [javac] class exposed_isspace extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_isspace does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 709. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 822) > [javac] class exposed_istitle extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_istitle does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 710. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 838) > [javac] class exposed_isunicode extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_isunicode does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 711. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 854) > [javac] class exposed_isupper extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_isupper does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 712. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 870) > [javac] class exposed_join extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class exposed_join does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 713. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 886) > [javac] class exposed_ljust extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_ljust does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 714. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 914) > [javac] class exposed_lower extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_lower does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 715. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 930) > [javac] class exposed_lstrip extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_lstrip does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 716. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 962) > [javac] class exposed_replace extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_replace does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 717. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 994) > [javac] class exposed_rfind extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_rfind does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 718. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 1061) > [javac] class exposed_rindex extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_rindex does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 719. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 1128) > [javac] class exposed_rjust extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_rjust does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 720. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 1156) > [javac] class exposed_rstrip extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_rstrip does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 721. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 1188) > [javac] class exposed_split extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_split does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 722. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 1239) > [javac] class exposed_splitlines extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_splitlines does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 723. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 1259) > [javac] class exposed_startswith extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_startswith does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 724. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 1326) > [javac] class exposed_strip extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_strip does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 725. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 1358) > [javac] class exposed_swapcase extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_swapcase does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 726. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 1374) > [javac] class exposed_title extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_title does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 727. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 1390) > [javac] class exposed_translate extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_translate does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 728. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 1406) > [javac] class exposed_upper extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_upper does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 729. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java (at line 1422) > [javac] class exposed_zfill extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_zfill does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 730. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javac] (at line 1450) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyUnicode.class,"__new__",-1,-1) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 731. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicodeDerived. > [javac] java (at line 3) > [javac] public class PyUnicodeDerived extends PyUnicode implements Slotted { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class PyUnicodeDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 732. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyXRange.java (at line 13) > [javac] public class PyXRange extends PySequence { > [javac] ^^^^^^^^ > [javac] The serializable class PyXRange does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 733. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/SyspathArchive.ja > [javac] va (at line 6) > [javac] public class SyspathArchive extends PyString { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class SyspathArchive does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 734. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/ThreadStateMapping2.java (at line 3) > [javac] class ThreadStateMapping2 extends ThreadStateMapping { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The type ThreadStateMapping is deprecated > [javac] ---------- > [javac] ---------- > [javac] 735. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/ZipFileImporter.j > [javac] ava (at line 11) > [javac] public class ZipFileImporter extends PyObject { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class ZipFileImporter does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 736. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/ZipFileImporter.java (at line 140) > [javac] public class ZipFileLoader extends PyObject { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class ZipFileLoader does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 737. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/__builtin__.java > [javac] (at line 6) > [javac] class BuiltinFunctions extends PyBuiltinFunctionSet { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class BuiltinFunctions does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 738. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/__builtin__.java (at line 1135) > [javac] builtins = Py.getSystemState().builtins; > [javac] ^^^^^^^^ > [javac] The static field PySystemState.builtins should be accessed in a static way > [javac] ---------- > [javac] 739. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/__builtin__.java > [javac] (at line 1149) > [javac] class ImportFunction extends PyObject { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class ImportFunction does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 740. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/exceptions.java (at line 100) > [javac] frame.f_builtins = ts.systemState.builtins; > [javac] ^^^^^^^^ > [javac] The static field PySystemState.builtins should be accessed in a static way > [javac] ---------- > [javac] ---------- > [javac] 741. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/MD5Module.java > [javac] (at line 16) > [javac] class MD5Functions extends PyBuiltinFunctionSet > [javac] ^^^^^^^^^^^^ > [javac] The serializable class MD5Functions does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 742. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/MD5Object.java (at line 8) > [javac] public class MD5Object extends PyObject > [javac] ^^^^^^^^^ > [javac] The serializable class MD5Object does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 743. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/PyLock.java > [javac] (at line 6) > [javac] public class PyLock extends PyObject { > [javac] ^^^^^^ > [javac] The serializable class PyLock does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 744. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/SHA1.java (at line 46) > [javac] import java.io.UnsupportedEncodingException; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import java.io.UnsupportedEncodingException is never used > [javac] ---------- > [javac] ---------- > [javac] 745. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/_jython.java > [javac] (at line 6) > [javac] class JythonInternalFunctions extends PyBuiltinFunctionSet > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class JythonInternalFunctions does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 746. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/_weakref.java (at line 239) > [javac] public static abstract class AbstractReference extends PyObject { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class AbstractReference does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 747. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/_weakref.java > [javac] (at line 289) > [javac] public static class ReferenceType extends AbstractReference { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class ReferenceType does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 748. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/_weakref.java (at line 310) > [javac] public static class ProxyType extends AbstractReference { > [javac] ^^^^^^^^^ > [javac] The serializable class ProxyType does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 749. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/_weakref.java > [javac] (at line 387) > [javac] public static class CallableProxyType extends ProxyType { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class CallableProxyType does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 750. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/cPickle.java (at line 408) > [javac] private static PyType BuiltinMethodType = > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The field cPickle.BuiltinMethodType is never read locally > [javac] ---------- > [javac] 751. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/cPickle.java (at line 1764) > [javac] int n = line.length(); > [javac] ^ > [javac] The local variable n is never read > [javac] ---------- > [javac] ---------- > [javac] 752. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/cStringIO.java (at line 48) > [javac] public static class StringIO extends PyObject { > [javac] ^^^^^^^^ > [javac] The serializable class StringIO does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 753. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/md.java > [javac] (at line 358) > [javac] String s; > [javac] ^ > [javac] The local variable s is never read > [javac] ---------- > [javac] ---------- > [javac] 754. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/operator.java > [javac] (at line 6) > [javac] class OperatorFunctions extends PyBuiltinFunctionSet > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class OperatorFunctions does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 755. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/os.java (at line 25) > [javac] String prefix = Py.getSystemState().prefix; > [javac] ^^^^^^ > [javac] The static field PySystemState.prefix should be accessed in a static way > [javac] ---------- > [javac] ---------- > [javac] 756. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/BaseSet.j > [javac] ava (at line 19) > [javac] public abstract class BaseSet extends PyObject /*implements Set*/ { > [javac] ^^^^^^^ > [javac] The serializable class BaseSet does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 757. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutableSet.java (at line 13) > [javac] public class PyImmutableSet extends BaseSet { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class PyImmutableSet does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 758. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutab > [javac] leSet.java (at line 22) > [javac] class exposed___ne__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ne__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 759. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutableSet.java (at line 41) > [javac] class exposed___eq__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___eq__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 760. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutab > [javac] leSet.java (at line 60) > [javac] class exposed___or__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___or__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 761. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutableSet.java (at line 79) > [javac] class exposed___xor__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___xor__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 762. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutab > [javac] leSet.java (at line 98) > [javac] class exposed___sub__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___sub__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 763. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutableSet.java (at line 117) > [javac] class exposed___and__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___and__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 764. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutab > [javac] leSet.java (at line 136) > [javac] class exposed___gt__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___gt__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 765. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutableSet.java (at line 155) > [javac] class exposed___ge__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ge__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 766. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutab > [javac] leSet.java (at line 174) > [javac] class exposed___le__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___le__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 767. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutableSet.java (at line 193) > [javac] class exposed___lt__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___lt__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 768. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutab > [javac] leSet.java (at line 212) > [javac] class exposed___contains__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___contains__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 769. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutableSet.java (at line 228) > [javac] class exposed___deepcopy__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___deepcopy__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 770. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutab > [javac] leSet.java (at line 244) > [javac] class exposed___nonzero__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___nonzero__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 771. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutableSet.java (at line 260) > [javac] class exposed_copy extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class exposed_copy does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 772. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutab > [javac] leSet.java (at line 276) > [javac] class exposed_union extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_union does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 773. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutableSet.java (at line 292) > [javac] class exposed_difference extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_difference does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 774. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutab > [javac] leSet.java (at line 308) > [javac] class exposed_symmetric_difference extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_symmetric_difference does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 775. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutableSet.java (at line 324) > [javac] class exposed_intersection extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_intersection does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 776. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutab > [javac] leSet.java (at line 340) > [javac] class exposed_issubset extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_issubset does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 777. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutableSet.java (at line 356) > [javac] class exposed_issuperset extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_issuperset does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 778. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutab > [javac] leSet.java (at line 372) > [javac] class exposed___len__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___len__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 779. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutableSet.java (at line 388) > [javac] class exposed___reduce__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___reduce__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 780. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutab > [javac] leSet.java (at line 404) > [javac] class exposed___hash__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___hash__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 781. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutableSet.java (at line 420) > [javac] class exposed___repr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___repr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 782. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutab > [javac] leSet.java (at line 436) > [javac] class exposed___init__ extends PyBuiltinMethod { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___init__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 783. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutableSet.java (at line 457) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyImmutableSet.class,"__new__" > [javac] ,-1,-1) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 784. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PyImmutableSetDerived.java (at line 19) > [javac] public class PyImmutableSetDerived extends PyImmutableSet implements Slotted { > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class PyImmutableSetDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 785. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 15) > [javac] public class PySet extends BaseSet { > [javac] ^^^^^ > [javac] The serializable class PySet does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 786. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 38) > [javac] class exposed___ne__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ne__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 787. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 57) > [javac] class exposed___eq__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___eq__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 788. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 76) > [javac] class exposed___or__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___or__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 789. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 95) > [javac] class exposed___xor__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___xor__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 790. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 114) > [javac] class exposed___sub__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___sub__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 791. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 133) > [javac] class exposed___and__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___and__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 792. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 152) > [javac] class exposed___gt__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___gt__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 793. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 171) > [javac] class exposed___ge__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ge__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 794. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 190) > [javac] class exposed___le__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___le__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 795. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 209) > [javac] class exposed___lt__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___lt__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 796. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 228) > [javac] class exposed___contains__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___contains__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 797. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 244) > [javac] class exposed___deepcopy__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___deepcopy__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 798. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 260) > [javac] class exposed___nonzero__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___nonzero__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 799. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 276) > [javac] class exposed_copy extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class exposed_copy does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 800. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 292) > [javac] class exposed_union extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_union does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 801. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 308) > [javac] class exposed_difference extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_difference does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 802. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 324) > [javac] class exposed_symmetric_difference extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_symmetric_difference does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 803. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 340) > [javac] class exposed_intersection extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_intersection does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 804. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 356) > [javac] class exposed_issubset extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_issubset does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 805. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 372) > [javac] class exposed_issuperset extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_issuperset does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 806. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 388) > [javac] class exposed___len__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___len__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 807. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 404) > [javac] class exposed___reduce__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___reduce__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 808. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 420) > [javac] class exposed___hash__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___hash__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 809. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 436) > [javac] class exposed___repr__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___repr__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 810. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 452) > [javac] class exposed_add extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^ > [javac] The serializable class exposed_add does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 811. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 469) > [javac] class exposed_remove extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_remove does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 812. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 486) > [javac] class exposed_discard extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_discard does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 813. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 503) > [javac] class exposed_pop extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^ > [javac] The serializable class exposed_pop does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 814. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 519) > [javac] class exposed_clear extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class exposed_clear does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 815. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 536) > [javac] class exposed_update extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed_update does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 816. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 553) > [javac] class exposed_union_update extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_union_update does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 817. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 570) > [javac] class exposed_intersection_update extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_intersection_update does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 818. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 587) > [javac] class exposed_symmetric_difference_update extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_symmetric_difference_update does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 819. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 604) > [javac] class exposed_difference_update extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed_difference_update does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 820. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 621) > [javac] class exposed__as_immutable extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed__as_immutable does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 821. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.jav > [javac] a (at line 637) > [javac] class exposed___init__ extends PyBuiltinMethod { > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___init__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 822. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySet.java (at line 658) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PySet.class,"__new__",-1,-1) { > [javac] > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 823. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySetDerived.java (at line 19) > [javac] public class PySetDerived extends PySet implements Slotted { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class PySetDerived does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 824. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sets/PySetIter > [javac] ator.java (at line 11) > [javac] public class PySetIterator extends PyObject { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class PySetIterator does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 825. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sha.java (at line 5) > [javac] import java.io.UnsupportedEncodingException; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import java.io.UnsupportedEncodingException is never used > [javac] ---------- > [javac] ---------- > [javac] 826. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sre/MatchObjec > [javac] t.java (at line 28) > [javac] public class MatchObject extends PyObject { > [javac] ^^^^^^^^^^^ > [javac] The serializable class MatchObject does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 827. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sre/PatternObject.java (at line 22) > [javac] public class PatternObject extends PyObject { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class PatternObject does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 828. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/sre/ScannerObj > [javac] ect.java (at line 20) > [javac] public class ScannerObject extends PyObject { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class ScannerObject does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 829. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/struct.java (at line 956) > [javac] int size = calcsize(format, f); > [javac] ^^^^ > [javac] The local variable size is never read > [javac] ---------- > [javac] ---------- > [javac] 830. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/synchronize.java (at line 5) > [javac] class SynchronizedCallable extends PyObject > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class SynchronizedCallable does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 831. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/time/PyTimeTup > [javac] le.java (at line 17) > [javac] public class PyTimeTuple extends PyTuple { > [javac] ^^^^^^^^^^^ > [javac] The serializable class PyTimeTuple does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 832. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/time/PyTimeTuple.java (at line 45) > [javac] class exposed___ne__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___ne__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 833. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/time/PyTimeTup > [javac] le.java (at line 64) > [javac] class exposed___eq__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class exposed___eq__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 834. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/time/PyTimeTuple.java (at line 83) > [javac] class exposed___reduce__ extends PyBuiltinMethodNarrow { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class exposed___reduce__ does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 835. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/time/PyTimeTup > [javac] le.java (at line 99) > [javac] dict.__setitem__("__new__",new PyNewWrapper(PyTimeTuple.class,"__new__",-1,-1) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 836. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/time/Time.java > [javac] (at line 44) > [javac] class TimeFunctions extends PyBuiltinFunctionSet > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class TimeFunctions does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 837. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/time/Time.java (at line 533) > [javac] cal.setFirstDayOfWeek(cal.SUNDAY); > [javac] ^^^^^^ > [javac] The static field Calendar.SUNDAY should be accessed in a static way > [javac] ---------- > [javac] 838. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/time/Time.java > [javac] (at line 535) > [javac] j = cal.get(cal.WEEK_OF_YEAR); > [javac] ^^^^^^^^^^^^ > [javac] The static field Calendar.WEEK_OF_YEAR should be accessed in a static way > [javac] ---------- > [javac] 839. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/time/Time.java (at line 536) > [javac] if (cal.get(cal.MONTH) == cal.JANUARY && j >= 52) > [javac] ^^^^^ > [javac] The static field Calendar.MONTH should be accessed in a static way > [javac] ---------- > [javac] 840. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/time/Time.java > [javac] (at line 536) > [javac] if (cal.get(cal.MONTH) == cal.JANUARY && j >= 52) > [javac] ^^^^^^^ > [javac] The static field Calendar.JANUARY should be accessed in a static way > [javac] ---------- > [javac] 841. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/time/Time.java (at line 552) > [javac] cal.setFirstDayOfWeek(cal.MONDAY); > [javac] ^^^^^^ > [javac] The static field Calendar.MONDAY should be accessed in a static way > [javac] ---------- > [javac] 842. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/time/Time.java > [javac] (at line 554) > [javac] j = cal.get(cal.WEEK_OF_YEAR); > [javac] ^^^^^^^^^^^^ > [javac] The static field Calendar.WEEK_OF_YEAR should be accessed in a static way > [javac] ---------- > [javac] 843. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/time/Time.java (at line 556) > [javac] if (cal.get(cal.MONTH) == cal.JANUARY && j >= 52) > [javac] ^^^^^ > [javac] The static field Calendar.MONTH should be accessed in a static way > [javac] ---------- > [javac] 844. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/time/Time.java > [javac] (at line 556) > [javac] if (cal.get(cal.MONTH) == cal.JANUARY && j >= 52) > [javac] ^^^^^^^ > [javac] The static field Calendar.JANUARY should be accessed in a static way > [javac] ---------- > [javac] ---------- > [javac] 845. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/ucnhash.java (at line 15) > [javac] private static int maxchar; > [javac] ^^^^^^^ > [javac] The field ucnhash.maxchar is never read locally > [javac] ---------- > [javac] ---------- > [javac] 846. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/modules/xreadlines.java (at line 20) > [javac] public static class XReadlineObj extends PyObject { > [javac] ^^^^^^^^^^^^ > [javac] The serializable class XReadlineObj does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 847. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/JJTPythonGramma > [javac] rState.java (at line 172) > [javac] int a = nodeArity(); > [javac] ^ > [javac] The local variable a is never read > [javac] ---------- > [javac] ---------- > [javac] 848. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/ParseError.java > [javac] (at line 4) > [javac] public class ParseError extends Exception { > [javac] ^^^^^^^^^^ > [javac] The serializable class ParseError does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 849. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/ParseException.java (at line 13) > [javac] public class ParseException extends Exception { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class ParseException does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 850. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammar.j > [javac] ava (at line 63) > [javac] StringBuffer sb = new StringBuffer(s.length()); > [javac] ^^ > [javac] The local variable sb is never read > [javac] ---------- > [javac] 851. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammar.j > [javac] ava (at line 67) > [javac] int last_i=i; > [javac] ^^^^^^ > [javac] The local variable last_i is never read > [javac] ---------- > [javac] 852. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammar.j > [javac] ava (at line 7011) > [javac] private boolean jj_semLA; > [javac] ^^^^^^^^ > [javac] The field PythonGrammar.jj_semLA is never read locally > [javac] ---------- > [javac] 853. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammar.j > [javac] ava (at line 7107) > [javac] static private final class LookaheadSuccess extends java.lang.Error { } > [javac] ^^^^^^^^^^^^^^^^ > [javac] The serializable class LookaheadSuccess does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 854. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 95) > [javac] private final int jjStartNfa_4(int pos, long active0) > [javac] > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method jjStartNfa_4(int, long) from the type PythonGrammarTokenManager is never used locally > [javac] ---------- > [javac] 855. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 105) > [javac] private final int jjStartNfaWithStates_4(int pos, int kind, int state) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method jjStartNfaWithStates_4(int, int, int) from the type PythonGrammarTokenManager is never used locally > [javac] ---------- > [javac] 856. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 152) > [javac] private final void jjCheckNAddStates(int start) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method jjCheckNAddStates(int) from the type PythonGrammarTokenManager is never used locally > [javac] ---------- > [javac] 857. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 165) > [javac] int[] nextStates; > [javac] ^^^^^^^^^^ > [javac] The local variable nextStates is never read > [javac] ---------- > [javac] 858. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 170) > [javac] int j, kind = 0x7fffffff; > [javac] ^ > [javac] The local variable j is never read > [javac] ---------- > [javac] 859. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 178) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 860. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 227) > [javac] long l = 1L << (curChar & 077); > [javac] ^ > [javac] The local variable l is never read > [javac] ---------- > [javac] 861. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 228) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 862. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 246) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 863. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 305) > [javac] private final int jjStartNfaWithStates_13(int pos, int kind, int stat > [javac] e) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method jjStartNfaWithStates_13(int, int, int) from the type PythonGrammarTokenManager is never used locally > [javac] ---------- > [javac] 864. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 370) > [javac] int[] nextStates; > [javac] ^^^^^^^^^^ > [javac] The local variable nextStates is never read > [javac] ---------- > [javac] 865. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 375) > [javac] int j, kind = 0x7fffffff; > [javac] ^ > [javac] The local variable j is never read > [javac] ---------- > [javac] 866. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 383) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 867. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 401) > [javac] long l = 1L << (curChar & 077); > [javac] ^ > [javac] The local variable l is never read > [javac] ---------- > [javac] 868. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 402) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 869. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 431) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 870. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 487) > [javac] private final int jjStartNfaWithStates_11(int pos, int kind, int stat > [javac] e) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method jjStartNfaWithStates_11(int, int, int) from the type PythonGrammarTokenManager is never used locally > [javac] ---------- > [javac] 871. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 545) > [javac] int[] nextStates; > [javac] ^^^^^^^^^^ > [javac] The local variable nextStates is never read > [javac] ---------- > [javac] 872. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 550) > [javac] int j, kind = 0x7fffffff; > [javac] ^ > [javac] The local variable j is never read > [javac] ---------- > [javac] 873. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 558) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 874. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 588) > [javac] long l = 1L << (curChar & 077); > [javac] ^ > [javac] The local variable l is never read > [javac] ---------- > [javac] 875. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 589) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 876. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 618) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 877. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 677) > [javac] private final int jjStartNfaWithStates_10(int pos, int kind, int stat > [javac] e) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method jjStartNfaWithStates_10(int, int, int) from the type PythonGrammarTokenManager is never used locally > [javac] ---------- > [javac] 878. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 742) > [javac] int[] nextStates; > [javac] ^^^^^^^^^^ > [javac] The local variable nextStates is never read > [javac] ---------- > [javac] 879. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 747) > [javac] int j, kind = 0x7fffffff; > [javac] ^ > [javac] The local variable j is never read > [javac] ---------- > [javac] 880. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 755) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 881. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 773) > [javac] long l = 1L << (curChar & 077); > [javac] ^ > [javac] The local variable l is never read > [javac] ---------- > [javac] 882. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 774) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 883. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 803) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 884. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 859) > [javac] private final int jjStartNfaWithStates_8(int pos, int kind, int state > [javac] ) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method jjStartNfaWithStates_8(int, int, int) from the type PythonGrammarTokenManager is never used locally > [javac] ---------- > [javac] 885. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 917) > [javac] int[] nextStates; > [javac] ^^^^^^^^^^ > [javac] The local variable nextStates is never read > [javac] ---------- > [javac] 886. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 922) > [javac] int j, kind = 0x7fffffff; > [javac] ^ > [javac] The local variable j is never read > [javac] ---------- > [javac] 887. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 930) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 888. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 960) > [javac] long l = 1L << (curChar & 077); > [javac] ^ > [javac] The local variable l is never read > [javac] ---------- > [javac] 889. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 961) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 890. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 990) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 891. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 1045) > [javac] private final int jjStartNfaWithStates_14(int pos, int kind, int sta > [javac] te) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method jjStartNfaWithStates_14(int, int, int) from the type PythonGrammarTokenManager is never used locally > [javac] ---------- > [javac] 892. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 1110) > [javac] int[] nextStates; > [javac] ^^^^^^^^^^ > [javac] The local variable nextStates is never read > [javac] ---------- > [javac] 893. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 1115) > [javac] int j, kind = 0x7fffffff; > [javac] ^ > [javac] The local variable j is never read > [javac] ---------- > [javac] 894. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 1123) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 895. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 1141) > [javac] long l = 1L << (curChar & 077); > [javac] ^ > [javac] The local variable l is never read > [javac] ---------- > [javac] 896. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 1142) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 897. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 1171) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 898. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 1227) > [javac] private final int jjStartNfaWithStates_12(int pos, int kind, int sta > [javac] te) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method jjStartNfaWithStates_12(int, int, int) from the type PythonGrammarTokenManager is never used locally > [javac] ---------- > [javac] 899. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 1285) > [javac] int[] nextStates; > [javac] ^^^^^^^^^^ > [javac] The local variable nextStates is never read > [javac] ---------- > [javac] 900. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 1290) > [javac] int j, kind = 0x7fffffff; > [javac] ^ > [javac] The local variable j is never read > [javac] ---------- > [javac] 901. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 1298) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 902. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 1328) > [javac] long l = 1L << (curChar & 077); > [javac] ^ > [javac] The local variable l is never read > [javac] ---------- > [javac] 903. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 1329) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 904. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 1358) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 905. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTokenManager.java (at line 1395) > [javac] private final int jjStartNfa_5(int pos, long active0) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method jjStartNfa_5(int, long) from the type PythonGrammarTokenManager is never used locally > [javac] ---------- > [javac] 906. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 1399) > [javac] private final int jjStartNfaWithStates_5(int pos, int kind, int state) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method jjStartNfaWithStates_5(int, int, int) from the type PythonGrammarTokenManager is never used locally > [javac] ---------- > [javac] 907. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 1423) > [javac] int[] nextStates; > [javac] ^^^^^^^^^^ > [javac] The local variable nextStates is never read > [javac] ---------- > [javac] 908. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 1428) > [javac] int j, kind = 0x7fffffff; > [javac] ^ > [javac] The local variable j is never read > [javac] ---------- > [javac] 909. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 1436) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 910. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 1485) > [javac] long l = 1L << (curChar & 077); > [javac] ^ > [javac] The local variable l is never read > [javac] ---------- > [javac] 911. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 1486) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 912. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 1504) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 913. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2209) > [javac] int[] nextStates; > [javac] ^^^^^^^^^^ > [javac] The local variable nextStates is never read > [javac] ---------- > [javac] 914. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2214) > [javac] int j, kind = 0x7fffffff; > [javac] ^ > [javac] The local variable j is never read > [javac] ---------- > [javac] 915. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2222) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 916. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2584) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 917. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2712) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 918. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2770) > [javac] private final int jjStartNfaWithStates_9(int pos, int kind, int state) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method jjStartNfaWithStates_9(int, int, int) from the type PythonGrammarTokenManager is never used locally > [javac] ---------- > [javac] 919. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2835) > [javac] int[] nextStates; > [javac] ^^^^^^^^^^ > [javac] The local variable nextStates is never read > [javac] ---------- > [javac] 920. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2840) > [javac] int j, kind = 0x7fffffff; > [javac] ^ > [javac] The local variable j is never read > [javac] ---------- > [javac] 921. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2848) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 922. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2866) > [javac] long l = 1L << (curChar & 077); > [javac] ^ > [javac] The local variable l is never read > [javac] ---------- > [javac] 923. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2867) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 924. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2896) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 925. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2931) > [javac] int[] nextStates; > [javac] ^^^^^^^^^^ > [javac] The local variable nextStates is never read > [javac] ---------- > [javac] 926. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2936) > [javac] int j, kind = 0x7fffffff; > [javac] ^ > [javac] The local variable j is never read > [javac] ---------- > [javac] 927. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2944) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 928. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2958) > [javac] long l = 1L << (curChar & 077); > [javac] ^ > [javac] The local variable l is never read > [javac] ---------- > [javac] 929. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2959) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 930. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2970) > [javac] int i1 = hiByte >> 6; > [javac] ^^ > [javac] The local variable i1 is never read > [javac] ---------- > [javac] 931. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2971) > [javac] long l1 = 1L << (hiByte & 077); > [javac] ^^ > [javac] The local variable l1 is never read > [javac] ---------- > [javac] 932. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2972) > [javac] int i2 = (curChar & 0xff) >> 6; > [javac] ^^ > [javac] The local variable i2 is never read > [javac] ---------- > [javac] 933. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2973) > [javac] long l2 = 1L << (curChar & 077); > [javac] ^^ > [javac] The local variable l2 is never read > [javac] ---------- > [javac] 934. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 2974) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 935. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3001) > [javac] int[] nextStates; > [javac] ^^^^^^^^^^ > [javac] The local variable nextStates is never read > [javac] ---------- > [javac] 936. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3006) > [javac] int j, kind = 0x7fffffff; > [javac] ^ > [javac] The local variable j is never read > [javac] ---------- > [javac] 937. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3014) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 938. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3028) > [javac] long l = 1L << (curChar & 077); > [javac] ^ > [javac] The local variable l is never read > [javac] ---------- > [javac] 939. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3029) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 940. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3040) > [javac] int i1 = hiByte >> 6; > [javac] ^^ > [javac] The local variable i1 is never read > [javac] ---------- > [javac] 941. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3041) > [javac] long l1 = 1L << (hiByte & 077); > [javac] ^^ > [javac] The local variable l1 is never read > [javac] ---------- > [javac] 942. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3042) > [javac] int i2 = (curChar & 0xff) >> 6; > [javac] ^^ > [javac] The local variable i2 is never read > [javac] ---------- > [javac] 943. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3043) > [javac] long l2 = 1L << (curChar & 077); > [javac] ^^ > [javac] The local variable l2 is never read > [javac] ---------- > [javac] 944. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3044) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 945. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3092) > [javac] private final int jjStartNfaWithStates_7(int pos, int kind, int state) > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method jjStartNfaWithStates_7(int, int, int) from the type PythonGrammarTokenManager is never used locally > [javac] ---------- > [javac] 946. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3150) > [javac] int[] nextStates; > [javac] ^^^^^^^^^^ > [javac] The local variable nextStates is never read > [javac] ---------- > [javac] 947. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3155) > [javac] int j, kind = 0x7fffffff; > [javac] ^ > [javac] The local variable j is never read > [javac] ---------- > [javac] 948. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3163) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 949. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3193) > [javac] long l = 1L << (curChar & 077); > [javac] ^ > [javac] The local variable l is never read > [javac] ---------- > [javac] 950. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3194) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 951. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3223) > [javac] MatchLoop: do > [javac] ^^^^^^^^^ > [javac] The label MatchLoop is never explicitly referenced > [javac] ---------- > [javac] 952. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/PythonGrammarTo > [javac] kenManager.java (at line 3403) > [javac] int kind; > [javac] ^^^^ > [javac] The local variable kind is never read > [javac] ---------- > [javac] ---------- > [javac] 953. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/TokenMgrError.j > [javac] ava (at line 8) > [javac] public class TokenMgrError extends Error > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class TokenMgrError does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 954. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/parser/TreeBuilder.java (at line 528) > [javac] private void dumpStack() { > [javac] ^^^^^^^^^^^ > [javac] The method dumpStack() from the type TreeBuilder is never used locally > [javac] ---------- > [javac] ---------- > [javac] 955. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/rmi/UnicastRemoteObject.java (at line 5) > [javac] public class UnicastRemoteObject extends java.rmi.server.RemoteServer { > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class UnicastRemoteObject does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 956. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/rmi/UnicastRemoteObjec > [javac] t.java (at line 9) > [javac] this.remote = remote; > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The assignment to variable remote has no effect > [javac] ---------- > [javac] ---------- > [javac] 957. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/InteractiveConsol > [javac] e.java (at line 39) > [javac] PyObject newRawInput = new PyBuiltinFunctionSet("raw_input", 0, 0, 1) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 958. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/InteractiveConsol > [javac] e.java (at line 49) > [javac] Py.getSystemState().builtins.__setitem__("raw_input", newRawInput); > [javac] ^^^^^^^^ > [javac] The static field PySystemState.builtins should be accessed in a static way > [javac] ---------- > [javac] ---------- > [javac] 959. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/JythoncAntTask.java (at line 499) > [javac] srcDir = project.resolveFile("."); > [javac] ^^^^^^^ > [javac] The field ProjectComponent.project is deprecated > [javac] ---------- > [javac] ---------- > [javac] 960. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/PyServlet.java (at line 62) > [javac] public class PyServlet extends HttpServlet { > [javac] ^^^^^^^^^ > [javac] The serializable class PyServlet does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 961. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/TemplateAntTask.j > [javac] ava (at line 52) > [javac] import org.apache.tools.ant.taskdefs.Java; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import org.apache.tools.ant.taskdefs.Java is never used > [javac] ---------- > [javac] 962. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/TemplateAntTask.java (at line 53) > [javac] import org.apache.tools.ant.types.Path; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import org.apache.tools.ant.types.Path is never used > [javac] ---------- > [javac] 963. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/TemplateAntTask.j > [javac] ava (at line 54) > [javac] import org.apache.tools.ant.DirectoryScanner; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import org.apache.tools.ant.DirectoryScanner is never used > [javac] ---------- > [javac] 964. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/TemplateAntTask.java (at line 56) > [javac] import java.io.BufferedReader; > [javac] ^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import java.io.BufferedReader is never used > [javac] ---------- > [javac] 965. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/TemplateAntTask.java (at line 57) > [javac] import java.io.InputStreamReader; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import java.io.InputStreamReader is never used > [javac] ---------- > [javac] 966. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/TemplateAntTask.java (at line 58) > [javac] import java.io.FileInputStream; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import java.io.FileInputStream is never used > [javac] ---------- > [javac] 967. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/TemplateAntTask.java (at line 59) > [javac] import java.io.Reader; > [javac] ^^^^^^^^^^^^^^ > [javac] The import java.io.Reader is never used > [javac] ---------- > [javac] 968. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/TemplateAntTask.java (at line 61) > [javac] import java.util.Map; > [javac] ^^^^^^^^^^^^^ > [javac] The import java.util.Map is never used > [javac] ---------- > [javac] 969. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/TemplateAntTask.java (at line 62) > [javac] import java.util.HashMap; > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The import java.util.HashMap is never used > [javac] ---------- > [javac] ---------- > [javac] 970. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/jython.java (at line 137) > [javac] PyObject builtins = Py.getSystemState().builtins; > [javac] ^^^^^^^^ > [javac] The static field PySystemState.builtins should be accessed in a static way > [javac] ---------- > [javac] 970 problems (970 warnings) > [javac] Compiling 5 source files to /builddir/build/BUILD/jython-svn-Release_2_2_1/build > [javac] Compiling 6 source files to /builddir/build/BUILD/jython-svn-Release_2_2_1/build > [javac] ---------- > [javac] 1. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/Lib/test/javatests/AnonInner.java (at line 8) > [javac] Date d = new Date() { > [javac] ^^^^^^ > [javac] The serializable class does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 2. WARNING in /builddir/build/BUILD/jython-svn-Release_2_2_1/Lib/test/javatests/TestSupport.java > [javac] (at line 9) > [javac] public static class AssertionError extends RuntimeException { > [javac] ^^^^^^^^^^^^^^ > [javac] The serializable class AssertionError does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 2 problems (2 warnings) > [copy] Copying 1 file to /builddir/build/BUILD/jython-svn-Release_2_2_1/build/org/python/modules > [copy] Copying 1 file to /builddir/build/BUILD/jython-svn-Release_2_2_1/build/com >jar: > [jar] Building jar: /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/jython.jar >doc: > [copy] Copying 16 files to /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Doc > [apply] Processing /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Doc/compile.ht... > [apply] Processing /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Doc/differences.ht... > [apply] Processing /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Doc/embedding.ht... > [apply] Processing /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Doc/index.ht... > [apply] Processing /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Doc/interpreter.ht... > [apply] Processing /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Doc/jarray.ht... > [apply] Processing /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Doc/jreload.ht... > [apply] Processing /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Doc/jythonc.ht... > [apply] Processing /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Doc/properties.ht... > [apply] Processing /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Doc/registry.ht... > [apply] Processing /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Doc/subclassing.ht... > [apply] Processing /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Doc/usejava.ht... > [apply] Processing /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Doc/whatis.ht... > [apply] Processing /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Doc/zxjdbc.ht... >javadoc: > [javadoc] Generating Javadoc > [javadoc] Javadoc execution > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/WarningEvent.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/Fetch.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/FilterDataHandler.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/DateFactory.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/JDBC20DataHandler.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/zxJDBC.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/WarningListener.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/PyExtendedCursor.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/JDBC30DataHandler.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/DataHandler.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/DBApiType.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/PyStatement.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/JavaDateFactory.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/PyCursor.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/PyConnection.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/com/ziclix/python/sql/Procedure.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/FilelikeInputStream.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/IdImpl2.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/parser.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyGetSetDescr.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFinalizableInstance.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySequenceList.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/StderrWrapper.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyModuleDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObject.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/TraceFunction.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLong.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFrame.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaInstance.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/CollectionProxy.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables2.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/SysPackageManager.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyReflectedField.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyStringMap.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/SyspathArchive.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/ReflectedCallData.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/ZipFileImporter.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyClassMethodDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PathPackageManager.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/BytecodeLoader1.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObjectArray.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Java2Accessibility.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySlice.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/ExtraMath.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/BytecodeLoader.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBuiltinFunction.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/ClassDictInit.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyList.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Loader.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyModule.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInstance.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Options.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PackageManager.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySystemState.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/CollectionIter2.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/__builtin__.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObjectDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyRunnable.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyMetaClass.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDescriptor.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AutoInternalTables.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyString.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArrayDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplexDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/JavaAccessibility.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/SoftIInternalTables.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyIgnoreMethodTag.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyClassMethod.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/ArgParser.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/JavaImportHelper.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/exceptions.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyEnumerate.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Slotted.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/AbstractArray.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySequenceIter.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyIterator.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyClass.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyIntegerDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/ThreadStateMapping2.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBeanEventProperty.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/CollectionIter.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyCell.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFunctionTable.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloatDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/ReflectedArgs.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFieldDescr.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBuiltinMethodSet.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFloat.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/CompilerFlags.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyProxy.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyMethod.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyObjectList.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/ucnhashAPI.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InitModule.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyInteger.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyNewWrapper.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTableCode.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/imp.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/BytecodeLoader2.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/IdImpl1.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyStaticMethod.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/StdoutWrapper.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/InternalTables1.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTupleDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionary.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBuiltinFunctionSet.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/ByteSwapper.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicode.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBeanEvent.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySlot.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/MergeState.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PrecompiledImporter.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaClass.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/JavaImporter.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySyntaxError.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyType.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/Py.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PythonTraceFunction.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/WeakInternalTables.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/CollectionProxy2.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTuple.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBaseString.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTraceback.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySequence.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyDictionaryDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyReflectedConstructor.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaInnerClass.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyTypeDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyCallIter.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyCode.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/IdImpl.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/ThreadStateMapping.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyLongDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyProperty.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBuiltinMethodNarrow.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/CachedJarsPackageManager.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFileDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/FileUtil.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/codecs.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyEllipsis.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyNotImplemented.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFile.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyFunction.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyUnicodeDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyClassMethodDescr.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBeanProperty.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyException.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyPropertyDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyReflectedFunction.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/MakeProxies.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyCompoundCallable.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyStringDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyGenerator.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyBuiltinMethod.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySuper.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/ThreadState.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyComplex.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyMethodDescr.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyListDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyNone.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyArray.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySuperDerived.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PySingleton.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/SyspathJavaLoader.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyXRange.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/core/PyJavaPackage.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/jython.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/PythonInterpreter.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/InteractiveConsole.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/TemplateAntTask.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/PythonObjectInputStream.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/JythoncAntTask.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/PyServlet.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/JLineConsole.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/InteractiveInterpreter.java > [javadoc] Parsing /builddir/build/BUILD/jython-svn-Release_2_2_1/src/org/python/util/ReadlineConsole.java >copy-full: > [echo] copy misc files from /builddir/build/BUILD/jython-svn-Release_2_2_1 > [copy] Copying 7 files to /builddir/build/BUILD/jython-svn-Release_2_2_1/dist > [echo] copy CPython LICENSE from ${svn.checkout.dir}/python > [copy] Copying 1 file to /builddir/build/BUILD/jython-svn-Release_2_2_1/dist > [echo] copy sources from /builddir/build/BUILD/jython-svn-Release_2_2_1 > [copy] Copying 364 files to /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/src/java > [echo] copy the demo files from /builddir/build/BUILD/jython-svn-Release_2_2_1/Demo > [copy] Copying 32 files to /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Demo >copy-dist: > [echo] copy Tools from /builddir/build/BUILD/jython-svn-Release_2_2_1/Tools > [copy] Copying 25 files to /builddir/build/BUILD/jython-svn-Release_2_2_1/dist > [echo] copy CPython/Lib *.py files from ./CPythonLib > [copy] Copying 571 files to /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Lib > [echo] copy the jython *.py modules from /builddir/build/BUILD/jython-svn-Release_2_2_1/Lib > [copy] Copying 188 files to /builddir/build/BUILD/jython-svn-Release_2_2_1/dist/Lib >BUILD SUCCESSFUL >Total time: 1 minute 40 seconds >+ pushd dist >~/build/BUILD/jython-svn-Release_2_2_1/dist ~/build/BUILD/jython-svn-Release_2_2_1 >++ find . -name '*.py' >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/javaclasses/Graph.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/swing/ObjectTree.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/swing/Console.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/swing/Keymap.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/swing/simple.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/swing/ListDemo.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/swing/Styles.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/swing/Action.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/swing/TreeDemo.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/awt/Colors.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/awt/Graph.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/awt/simple.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/bean/TempConverter.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/applet/ChoiceDemo.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/applet/ButtonFontDemo.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/applet/ListDemo.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/applet/CoordinatesDemo.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/applet/ButtonDemo.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/applet/HelloWorld.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/applet/CheckboxDemo.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/applet/HelloApplet.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/applet/Converter.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Demo/applet/LabelDemo.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/freeze/Freezer.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/freeze/Output.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/freeze/freeze.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/freeze/FreezeVisitor.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/jythonc.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/ObjectFactory.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/PathVFS.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/yapm.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/JavaCall.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/PythonModule.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/jar.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/Object.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/jast/Modifier.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/jast/Output.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/jast/__init__.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/jast/Statement.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/ImportName.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/javac.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/compile.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/main.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/util.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/SrcGenCompiler.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/depend.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/jythonc/proxies.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Tools/mkjava.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/select.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/nturl2path.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xmllib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/random.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/linecache.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/MimeWriter.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/aifc.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/mimetools.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/re.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/string.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/site.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/codecs.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/pickle.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/sched.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/SimpleXMLRPCServer.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/MIMEMessage.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/_compat21.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/Generator.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/test/__init__.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/test/test_email_torture.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/test/test_email_codecs.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/test/test_email.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/Encoders.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/Charset.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/MIMENonMultipart.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/MIMEText.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/quopriMIME.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/Errors.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/MIMEBase.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/Parser.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/__init__.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/base64MIME.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/Iterators.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/MIMEImage.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/_compat22.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/MIMEMultipart.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/_parseaddr.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/Message.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/Header.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/Utils.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/email/MIMEAudio.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_ucn.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_descr.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_jbasic.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_threaded_import.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_fcntl.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_base64.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_copy_reg.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/pystone.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_httplib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_gzip.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_bastion.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_jsubclass.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_curses.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_enumerate.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_richcmp.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_builtin.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_doctest.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_bugfixes.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_audioop.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_unary.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_time.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/string_tests.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/sortperf.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_socketserver.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_bsddb.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_imageop.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_select_new.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_unicode_file.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_binop.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_xmlrpc.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_codecs.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_global.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_b2.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_StringIO.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/jser2_classes.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_crypt.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_codeop.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_strop.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_pow.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_hmac.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_scope.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_operations.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_methods.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_urllib2.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_trace.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_userdict.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_threading.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_cookie.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_iter.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_zlib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_repr.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/badsyntax_future5.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_extcall.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_userstring.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_unpack.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_pwd.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_generators.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_poll.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_grammar.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_frozen.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_linuxaudiodev.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_mutants.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_fpformat.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_hash.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/badsyntax_future4.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_timing.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_socket.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_imgfile.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_grp.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_jser.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_zipfile.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_regex.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_janoninner.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_sax.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_mhlib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_tempfile.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_getopt.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/testcodec.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_jreload.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/Graph.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_sundry.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_longexp.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_sre.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/javatests/__init__.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_array.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_pyclbr.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_signal.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_gc.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/autotest.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_math.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_largefile.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_mimetypes.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/testall.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_profilehooks.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/double_const.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_jser2.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_call.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_cgi.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_md5.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_class.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_MimeWriter.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_rgbimg.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_select.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_gettext.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_threadedtempfile.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_pprint.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_atexit.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_xmllib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_inspect.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/tokenize_tests.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_opcodes.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_popen2.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_ntpath.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_uu.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/regrtest.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/badsyntax_future6.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_wave.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_compile.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_pickle.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_cd.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_userlist.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_cl.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_jy_generators.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_dircache.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_random.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_structseq.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_importhooks.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/badsyntax_future7.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_binascii.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_future2.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_htmllib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_support.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_gdbm.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_openpty.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_datetime.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr170.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr149.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr119.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr242.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr101.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr235.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr178.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr148.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr133/__init__.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr133/test.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr112.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr208.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/bugs100.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr186.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr239.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr144.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr233.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/bugs101.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr127.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr183.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr195.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr174.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr171.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr191.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr134.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr139.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr142.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr234.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr155.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr104.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/jdkbugs.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr241.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr133.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/bugs/pr192.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_queue.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_descrtut.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_types.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_module.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_gl.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_bufio.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/zxjdbc/sptest.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/zxjdbc/dbextstest.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/zxjdbc/zxtest.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/zxjdbc/jndi.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/zxjdbc/test_zxjdbc_dbapi20.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/zxjdbc/runner.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_minidom.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_operator.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_thread.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_locale.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_rotor.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_pep247.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/__init__.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_mimetools.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_fileinput.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_long.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_sgmllib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_commands.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_capi.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_winreg.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_marshal.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_winsound.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_long_future.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_SimpleXMLRPCServer.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_traceback.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_future3.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_multifile.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/pickletester.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_charmapcodec.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_compare.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_mailbox.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_joverload.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_future.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_urllib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_symtable.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_pkgimport.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_coercion.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_urlparse.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_jy_internals.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_netrc.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_struct.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test___future__.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_posixpath.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_contains.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/reperf.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_funcattrs.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_sunaudiodev.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_profile.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_str2unicode.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_asynchat.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_difflib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_dbm.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_al.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_javalist.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/regex_tests.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_bisect.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_cfgparser.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_dumbdbm.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_complex.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_rfc822.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_pyexpat.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/badsyntax_nocaret.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_hotshot.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/pydocfodder.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_format.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_javashell.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_long_int_args.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_import.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_pty.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_jy_compile.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_cmath.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_getargs.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_nis.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_quopri.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_strftime.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_glob.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_unicodedata.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_file.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_cpickle.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_dl.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_dospath.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_socket_ssl.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/badsyntax_future3.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_pkg.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_email_codecs.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_email.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_doctest2.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_os.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_calendar.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/whrandom.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_unicode.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test___all__.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_fork1.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_sha.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_augassign.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_errno.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_mmap.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_new.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_b1.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_xreadline.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_tokenize.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_weakref.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_sets.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_subclasses.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_future1.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_string.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_fnmatch.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_binhex.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/re_tests.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_re.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_parser.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_exceptions.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/test/test_htmlparser.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/mailbox.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/keyword.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/isql.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/atexit.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/pprint.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xdrlib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/telnetlib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/javashell.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/pawt/__init__.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/pawt/swing.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/pawt/colors.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/poplib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/smtplib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/hmac.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/user.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/profile.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/zipfile.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/sre.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/codeop.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/marshal.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/htmllib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/mimetypes.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/fpformat.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/mailcap.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/ftplib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/repr.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/bisect.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/FtCore.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/dom/minidom.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/dom/pulldom.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/dom/MessageSource.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/dom/minicompat.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/dom/__init__.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/dom/xmlbuilder.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/dom/NodeFilter.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/dom/domreg.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/Uri.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/__init__.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/sax/drivers2/__init__.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/sax/drivers2/drv_javasax.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/sax/saxutils.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/sax/_exceptions.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/sax/xmlreader.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/sax/__init__.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/sax/saxlib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xml/sax/handler.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/multifile.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/doctest.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/sgmllib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/SocketServer.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/symbol.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/shelve.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/traceback.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/quopri.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/unittest.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/dospath.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/fileinput.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/tzparse.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/markupbase.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/cgi.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/utf_16.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp1253.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/iso8859_5.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp1140.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/hex_codec.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp869.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/undefined.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/iso8859_1.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp856.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/mac_latin2.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/aliases.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/mac_roman.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp1252.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/ascii.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/iso8859_8.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/quopri_codec.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/latin_1.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/iso8859_13.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/utf_16_be.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp1026.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/utf_8.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp863.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/iso8859_9.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/mac_turkish.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp1254.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/koi8_u.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/zlib_codec.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/koi8_r.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp1006.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/iso8859_14.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/iso8859_7.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/mac_greek.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/utf_7.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp875.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/iso8859_3.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp1255.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/uu_codec.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp437.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/mbcs.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp855.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp1250.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/rot_13.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/__init__.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp737.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp874.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp775.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp860.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp864.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/iso8859_2.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/unicode_escape.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp500.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp037.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/iso8859_4.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp866.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp1257.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/iso8859_10.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/utf_16_le.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp1258.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/base64_codec.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp1256.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/iso8859_6.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp861.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/raw_unicode_escape.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp862.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp424.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp852.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/iso8859_15.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp865.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/mac_cyrillic.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp850.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/unicode_internal.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp857.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/cp1251.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/charmap.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/encodings/mac_iceland.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/pdb.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/reconvert.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/fnmatch.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/sre_parse.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/datetime.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/sndhdr.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/httplib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/javaos.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/dircache.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/pipes.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/HTMLParser.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/popen2.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/macpath.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/gzip.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/code.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/gopherlib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/imaplib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/htmlentitydefs.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/SimpleHTTPServer.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/imghdr.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/weakref.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/threading.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/shlex.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/__future__.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/javapath.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/mimify.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/formatter.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/StringIO.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/cmd.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/tempfile.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/anydbm.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/sre_compile.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/dbexts.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/colorsys.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/urllib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/mhlib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/setsfactory.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/warnings.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/UserList.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/UserString.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/shutil.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/copy_reg.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/calendar.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/jreload.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/getopt.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/difflib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/whichdb.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/BaseHTTPServer.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/token.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/dumbdbm.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/posixfile.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/base64.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/ntpath.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/ConfigParser.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/zlib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/commands.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/bdb.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/glob.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/xmlrpclib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/CGIHTTPServer.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/binhex.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/mutex.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/rfc822.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/uu.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/compileall.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/pstats.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/pyclbr.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/copy.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/inspect.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/this.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/macurl2path.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/tokenize.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/posixpath.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/socket.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/Cookie.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/netrc.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/UserDict.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/whrandom.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/Queue.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/urllib2.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/urlparse.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/chunk.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/nntplib.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/stat.py >+ for f in '`find . -name '\''*.py'\''`' >+ sed --in-place 's:#!\s*/usr.*::' ./Lib/sre_constants.py >+ popd >~/build/BUILD/jython-svn-Release_2_2_1 >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pVxnfP >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64 '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64 >++ dirname /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64 >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64 >+ cd jython-svn-Release_2_2_1 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ rm -rf /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64 >+ install -d -m 755 /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64/usr/share/java >+ install -m 644 dist/jython.jar /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64/usr/share/java/jython-2.2.1.jar >~/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64/usr/share/java ~/build/BUILD/jython-svn-Release_2_2_1 >+ pushd /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64/usr/share/java >+ for jar in '*-2.2.1*' >+ ln -sf jython-2.2.1.jar jython.jar >+ popd >~/build/BUILD/jython-svn-Release_2_2_1 >+ install -d -m 755 /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64/usr/share/javadoc/jython-2.2.1 >+ cp -pr dist/Doc/javadoc/allclasses-frame.html dist/Doc/javadoc/allclasses-noframe.html dist/Doc/javadoc/com dist/Doc/javadoc/index.html dist/Doc/javadoc/org dist/Doc/javadoc/overview-frame.html dist/Doc/javadoc/overview-summary.html dist/Doc/javadoc/package-list dist/Doc/javadoc/stylesheet.css /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64/usr/share/javadoc/jython-2.2.1 >+ install -d -m 755 /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64/usr/share/jython >+ xargs rm -rf >+ find dist/Lib -type d -name test >+ cp -pr dist/Lib /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64/usr/share/jython >+ cp -pr dist/Tools /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64/usr/share/jython >+ cp -pr dist/Demo /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64/usr/share/jython >+ rm -rf dist/Doc/javadoc >+ mv dist/Doc jython-manual-2.2.1 >+ install -m 644 registry /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64/usr/share/jython >+ install -d /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64/usr/bin >+ cat >+ cat >+ /usr/bin/aot-compile-rpm --exclude /usr/share/jython/Demo/jreload --exclude /usr/share/jython/Demo/jreload/example.jar >/usr/lib/python2.6/site-packages/aotcompile.py:18: DeprecationWarning: the md5 module is deprecated; use hashlib instead > import md5 >/usr/bin/gcj -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -findirect-dispatch -fjni -fsource-filename=/builddir/build/BUILD/jython-svn-Release_2_2_1/aot-compile-rpm/sources.list jython-2.2.1.jar.1.jar -o jython-2.2.1.jar.1.o >/usr/bin/gcj -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -findirect-dispatch -fjni -fsource-filename=/builddir/build/BUILD/jython-svn-Release_2_2_1/aot-compile-rpm/sources.list jython-2.2.1.jar.2.jar -o jython-2.2.1.jar.2.o >/usr/bin/gcj -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -findirect-dispatch -fjni -fsource-filename=/builddir/build/BUILD/jython-svn-Release_2_2_1/aot-compile-rpm/sources.list jython-2.2.1.jar.3.jar -o jython-2.2.1.jar.3.o >/usr/bin/gcj -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -findirect-dispatch -fjni -fsource-filename=/builddir/build/BUILD/jython-svn-Release_2_2_1/aot-compile-rpm/sources.list -Wl,-Bsymbolic jython-2.2.1.jar.1.o jython-2.2.1.jar.2.o jython-2.2.1.jar.3.o -o jython-2.2.1.jar.so >/usr/bin/gcj-dbtool -n jython-2.2.1.jar.db 64 >for jar in jython-2.2.1.jar.1.jar jython-2.2.1.jar.2.jar jython-2.2.1.jar.3.jar; do \ > /usr/bin/gcj-dbtool -f jython-2.2.1.jar.db $jar \ > /usr/lib64/gcj/jython/jython-2.2.1.jar.so; \ > done >+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/jython-svn-Release_2_2_1 >extracting debug info from /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64/usr/lib64/gcj/jython/jython-2.2.1.jar.so >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/DBApiType.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/DataHandler.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/DateFactory.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/Fetch.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/FilterDataHandler.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/JDBC20DataHandler.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/JDBC30DataHandler.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/JavaDateFactory.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/Procedure.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/PyConnection.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/PyCursor.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/PyExtendedCursor.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/PyStatement.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/WarningEvent.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/WarningListener.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/connect/Connect.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/connect/Connectx.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/connect/Lookup.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/handler/MySQLDataHandler.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/handler/RowIdHandler.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/handler/SQLServerDataHandler.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/handler/UpdateCountDataHandler.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/pipe/Pipe.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/pipe/Sink.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/pipe/Source.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/pipe/csv/CSVSink.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/pipe/csv/CSVString.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/pipe/db/BaseDB.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/pipe/db/DBSink.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/pipe/db/DBSource.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/procedure/SQLServerProcedure.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/util/BCP.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/util/PyArgParser.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/util/Queue.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/util/QueueClosedException.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/com/ziclix/python/sql/zxJDBC.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/javatests/AnonInner.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/javatests/Foo.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/javatests/JOverload.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/javatests/ListTest.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/javatests/SubFoo.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/javatests/TestSupport.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/jxxload_help/DiscardHelp.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/jxxload_help/JavaLoaderFactory.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/jxxload_help/PackageManager.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/jxxload_help/PathVFS.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/jxxload_help/PathVFSJavaLoader.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/APIVersion.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/AdapterMaker.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/ArgListCompiler.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/Attribute.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/ClassConstants.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/ClassFile.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/Code.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/CodeCompiler.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/CompilationContext.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/Constant.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/ConstantPool.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/Future.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/JavaMaker.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/Label.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/LineNumberTable.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/Module.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/ProxyMaker.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/ScopeConstants.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/ScopeInfo.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/ScopesCompiler.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/SourceFile.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/compiler/SymInfo.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/AbstractArray.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/ArgParser.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/AutoInternalTables.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/ByteSwapper.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/BytecodeLoader.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/BytecodeLoader1.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/BytecodeLoader2.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/CachedJarsPackageManager.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/ClassDictInit.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/CollectionIter.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/CollectionIter2.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/CollectionProxy.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/CollectionProxy2.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/CompilerFlags.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/ExtraMath.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/FileUtil.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/FilelikeInputStream.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/IdImpl.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/IdImpl1.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/IdImpl2.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/InternalTables.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/InternalTables1.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/InternalTables2.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/Java2Accessibility.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/JavaAccessibility.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/JavaImportHelper.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/JavaImporter.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/Loader.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/MakeProxies.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/MergeState.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/Options.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PackageManager.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PathPackageManager.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PrecompiledImporter.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/Py.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyArray.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyArrayDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyBaseString.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyBeanEvent.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyBeanEventProperty.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyBeanProperty.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyBuiltinFunction.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyBuiltinFunctionSet.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyBuiltinMethod.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyBuiltinMethodNarrow.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyBuiltinMethodSet.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyCallIter.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyCell.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyClass.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyClassMethod.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyClassMethodDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyClassMethodDescr.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyCode.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyComplex.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyComplexDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyCompoundCallable.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyDescriptor.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyDictionary.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyDictionaryDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyEllipsis.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyEnumerate.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyException.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyFieldDescr.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyFile.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyFileDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyFinalizableInstance.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyFloat.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyFloatDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyFrame.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyFunction.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyFunctionTable.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyGenerator.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyGetSetDescr.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyIgnoreMethodTag.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyInstance.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyInteger.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyIntegerDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyIterator.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyJavaClass.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyJavaInnerClass.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyJavaInstance.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyJavaPackage.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyList.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyListDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyLong.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyLongDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyMethod.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyMethodDescr.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyModule.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyModuleDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyNewWrapper.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyNone.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyNotImplemented.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyObject.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyObjectArray.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyObjectDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyObjectList.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyProperty.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyPropertyDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyProxy.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyReflectedConstructor.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyReflectedField.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyReflectedFunction.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PySequence.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PySequenceIter.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PySequenceList.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PySingleton.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PySlice.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PySlot.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyStaticMethod.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyString.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyStringDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyStringMap.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PySuper.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PySuperDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PySyntaxError.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PySystemState.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyTableCode.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyTraceback.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyTuple.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyTupleDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyType.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyTypeDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyUnicode.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyUnicodeDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PyXRange.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/PythonTraceFunction.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/ReflectedArgs.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/ReflectedCallData.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/Slotted.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/SoftIInternalTables.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/StderrWrapper.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/StdoutWrapper.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/SysPackageManager.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/SyspathArchive.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/SyspathJavaLoader.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/ThreadState.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/ThreadStateMapping.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/ThreadStateMapping2.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/TraceFunction.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/WeakInternalTables.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/ZipFileImporter.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/__builtin__.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/adapter/ClassAdapter.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/adapter/ClassicPyObjectAdapter.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/adapter/ExtensiblePyObjectAdapter.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/adapter/PyObjectAdapter.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/codecs.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/exceptions.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/imp.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/parser.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/core/ucnhashAPI.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/ArrayModule.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/MD5Module.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/MD5Object.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/PyLock.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/SHA1.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/Setup.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/_codecs.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/_jython.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/_sre.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/_weakref.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/binascii.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/cPickle.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/cStringIO.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/errno.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/imp.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/jarray.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/math.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/md.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/newmodule.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/operator.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/os.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/py_compile.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/sets/BaseSet.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/sets/PyImmutableSet.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/sets/PyImmutableSetDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/sets/PySet.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/sets/PySetDerived.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/sets/PySetIterator.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/sets/Sets.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/sha.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/sre/MatchObject.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/sre/PatternObject.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/sre/SRE_REPEAT.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/sre/SRE_STATE.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/sre/ScannerObject.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/struct.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/synchronize.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/thread.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/time/PyTimeTuple.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/time/Time.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/types.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/ucnhash.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/modules/xreadlines.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/CharStream.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/IParserHost.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/JJTPythonGrammarState.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/Node.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ParseError.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ParseException.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/PythonGrammar.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/PythonGrammarConstants.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/PythonGrammarTokenManager.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/PythonGrammarTreeConstants.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ReaderCharStream.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/SimpleNode.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/Token.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/TokenMgrError.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/TreeBuilder.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/Visitor.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Assert.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Assign.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Attribute.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/AugAssign.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/BinOp.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/BoolOp.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Break.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Call.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/ClassDef.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Compare.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Continue.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Delete.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Dict.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Ellipsis.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Exec.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Expr.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Expression.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/ExtSlice.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/For.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/FunctionDef.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Global.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/If.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Import.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/ImportFrom.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Index.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Interactive.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Lambda.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/List.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/ListComp.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Module.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Name.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Num.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Pass.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Print.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Raise.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Repr.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Return.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Slice.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Str.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Subscript.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Suite.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/TryExcept.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/TryFinally.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Tuple.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/UnaryOp.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Unicode.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/VisitorBase.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/VisitorIF.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/While.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/Yield.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/aliasType.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/argumentsType.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/boolopType.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/cmpopType.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/excepthandlerType.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/exprType.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/expr_contextType.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/keywordType.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/listcompType.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/modType.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/operatorType.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/sliceType.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/stmtType.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/parser/ast/unaryopType.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/rmi/UnicastRemoteObject.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/util/InteractiveConsole.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/util/InteractiveInterpreter.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/util/JythoncAntTask.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/util/PyServlet.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/util/PythonInterpreter.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/util/PythonObjectInputStream.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/util/ReadlineConsole.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/util/TemplateAntTask.java: Cannot stat: No such file or directory >cpio: jython-svn-Release_2_2_1/aot-compile-rpm/usr/lib64/gcj/jython/org/python/util/jython.java: Cannot stat: No such file or directory >0 blocks >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/redhat/brp-compress >+ /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump >+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 >Compiling /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64/usr/share/jython/Lib/javashell.py ... >SyntaxError: ('invalid syntax', ('/usr/share/jython/Lib/javashell.py', 61, 41, ' p = Runtime.getRuntime().exec( shellCmd, env )\n')) >Compiling /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64/usr/share/jython/Tools/jythonc/SrcGenCompiler.py ... >SyntaxError: ('invalid syntax', ('/usr/share/jython/Tools/jythonc/SrcGenCompiler.py', 239, 41, ' self.opt_globals = not scope.exec and not scope.from_import_star\n')) >Compiling /builddir/build/BUILDROOT/jython-2.2.1-4.3.fc13.x86_64/usr/share/jython/Tools/jythonc/javac.py ... >SyntaxError: ('invalid syntax', ('/usr/share/jython/Tools/jythonc/javac.py', 88, 27, ' proc = runtime.exec(cmd)\n')) >error: Bad exit status from /var/tmp/rpm-tmp.pVxnfP (%install) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.pVxnfP (%install) >Child returncode was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/jython.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/mock/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.6/site-packages/mock/util.py", line 324, in do > raise mock.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/jython.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 565026
:
393086
|
393087
|
393088
|
393089
| 393090 |
393091