Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/ganymed-ssh2.spec'], False, '/var/lib/mock/dist-f12-build-520876-79985/root/', None, 86400, True, 0, 427, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/ganymed-ssh2.spec'] warning: Could not canonicalize hostname: x86-1.fedora.phx.redhat.com Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ganymed-ssh2-210-8.fc12.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ganymed-ssh2.spec'], False, '/var/lib/mock/dist-f12-build-520876-79985/root/', None, 86400, True, 0, 427, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ganymed-ssh2.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.OrQt4c + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf ganymed-ssh2-build210 + /usr/bin/unzip -qq /builddir/build/SOURCES/ganymed-ssh2-build210.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd ganymed-ssh2-build210 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm ganymed-ssh2-build210.jar + sed -i 's/\r//' LICENSE.txt README.txt HISTORY.txt faq/FAQ.html + find examples -name '*.java' -exec sed -i 's/\r//' '{}' ';' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.X1p1ZL + umask 022 + cd /builddir/build/BUILD + cd ganymed-ssh2-build210 + LANG=C + export LANG + unset DISPLAY + javac -d build src/ ---------- 1. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/Connection.java (at line 101) private Vector connectionMonitors = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 2. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/Connection.java (at line 101) private Vector connectionMonitors = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 3. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/Connection.java (at line 449) connectionMonitors.addElement(cmon); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- ---------- 4. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/KnownHosts.java (at line 62) private LinkedList publicKeys = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 5. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/KnownHosts.java (at line 62) private LinkedList publicKeys = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 6. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/KnownHosts.java (at line 100) publicKeys.add(new KnownHostsEntry(hostnames, rpk)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 7. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/KnownHosts.java (at line 109) publicKeys.add(new KnownHostsEntry(hostnames, dpk)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 8. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/KnownHosts.java (at line 225) Iterator i = publicKeys.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 9. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/KnownHosts.java (at line 245) private Vector getAllKeys(String hostname) ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 10. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/KnownHosts.java (at line 247) Vector keys = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 11. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/KnownHosts.java (at line 247) Vector keys = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 12. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/KnownHosts.java (at line 251) Iterator i = publicKeys.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 13. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/KnownHosts.java (at line 260) keys.addElement(ke.key); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 14. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/KnownHosts.java (at line 527) Vector keys = getAllKeys(hostname); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- ---------- 15. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/SFTPv3Client.java (at line 72) HashMap server_extensions = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 16. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/SFTPv3Client.java (at line 72) HashMap server_extensions = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 17. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/SFTPv3Client.java (at line 705) private final Vector scanDirectory(byte[] handle) throws IOException ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 18. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/SFTPv3Client.java (at line 707) Vector files = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 19. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/SFTPv3Client.java (at line 707) Vector files = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 20. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/SFTPv3Client.java (at line 755) files.addElement(dirEnt); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 21. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/SFTPv3Client.java (at line 884) server_extensions.put(name, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 22. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/SFTPv3Client.java (at line 924) public Vector ls(String dirName) throws IOException ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 23. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/SFTPv3Client.java (at line 927) Vector result = scanDirectory(handle); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- ---------- 24. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/auth/AuthenticationManager.java (at line 41) Vector packets = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 25. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/auth/AuthenticationManager.java (at line 41) Vector packets = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 26. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/auth/AuthenticationManager.java (at line 390) packets.addElement(tmp); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- ---------- 27. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/channel/ChannelManager.java (at line 38) private HashMap x11_magic_cookies = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 28. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/channel/ChannelManager.java (at line 38) private HashMap x11_magic_cookies = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 29. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/channel/ChannelManager.java (at line 42) private Vector channels = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 30. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/channel/ChannelManager.java (at line 42) private Vector channels = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 31. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/channel/ChannelManager.java (at line 48) private HashMap remoteForwardings = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 32. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/channel/ChannelManager.java (at line 48) private HashMap remoteForwardings = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 33. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/channel/ChannelManager.java (at line 50) private Vector listenerThreads = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 34. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/channel/ChannelManager.java (at line 50) private Vector listenerThreads = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 35. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/channel/ChannelManager.java (at line 94) channels.addElement(c); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 36. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/channel/ChannelManager.java (at line 197) x11_magic_cookies.put(hexFakeCookie, data); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 37. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/channel/ChannelManager.java (at line 217) Vector channel_copy; ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 38. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/channel/ChannelManager.java (at line 221) channel_copy = (Vector) channels.clone(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 39. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/channel/ChannelManager.java (at line 259) Vector channel_copy; ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 40. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/channel/ChannelManager.java (at line 263) channel_copy = (Vector) channels.clone(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 41. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/channel/ChannelManager.java (at line 457) remoteForwardings.put(key, rfd); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 42. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/channel/ChannelManager.java (at line 527) listenerThreads.addElement(thr); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- ---------- 43. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/crypto/cipher/BlockCipherFactory.java (at line 30) static Vector ciphers = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 44. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/crypto/cipher/BlockCipherFactory.java (at line 30) static Vector ciphers = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 45. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/crypto/cipher/BlockCipherFactory.java (at line 36) ciphers.addElement(new CipherEntry("aes256-ctr", 16, 32, "ch.ethz.ssh2.crypto.cipher.AES")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 46. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/crypto/cipher/BlockCipherFactory.java (at line 37) ciphers.addElement(new CipherEntry("aes192-ctr", 16, 24, "ch.ethz.ssh2.crypto.cipher.AES")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 47. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/crypto/cipher/BlockCipherFactory.java (at line 38) ciphers.addElement(new CipherEntry("aes128-ctr", 16, 16, "ch.ethz.ssh2.crypto.cipher.AES")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 48. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/crypto/cipher/BlockCipherFactory.java (at line 39) ciphers.addElement(new CipherEntry("blowfish-ctr", 8, 16, "ch.ethz.ssh2.crypto.cipher.BlowFish")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 49. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/crypto/cipher/BlockCipherFactory.java (at line 41) ciphers.addElement(new CipherEntry("aes256-cbc", 16, 32, "ch.ethz.ssh2.crypto.cipher.AES")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 50. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/crypto/cipher/BlockCipherFactory.java (at line 42) ciphers.addElement(new CipherEntry("aes192-cbc", 16, 24, "ch.ethz.ssh2.crypto.cipher.AES")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 51. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/crypto/cipher/BlockCipherFactory.java (at line 43) ciphers.addElement(new CipherEntry("aes128-cbc", 16, 16, "ch.ethz.ssh2.crypto.cipher.AES")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 52. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/crypto/cipher/BlockCipherFactory.java (at line 44) ciphers.addElement(new CipherEntry("blowfish-cbc", 8, 16, "ch.ethz.ssh2.crypto.cipher.BlowFish")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 53. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/crypto/cipher/BlockCipherFactory.java (at line 46) ciphers.addElement(new CipherEntry("3des-ctr", 8, 24, "ch.ethz.ssh2.crypto.cipher.DESede")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 54. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/crypto/cipher/BlockCipherFactory.java (at line 47) ciphers.addElement(new CipherEntry("3des-cbc", 8, 24, "ch.ethz.ssh2.crypto.cipher.DESede")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 55. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/crypto/cipher/BlockCipherFactory.java (at line 72) Class cc = Class.forName(ce.cipherClass); ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 56. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/log/Logger.java (at line 21) public final static Logger getLogger(Class x) ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 57. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/log/Logger.java (at line 26) public Logger(Class x) ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 58. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/transport/TransportManager.java (at line 64) private final Vector asynchronousQueue = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 59. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/transport/TransportManager.java (at line 64) private final Vector asynchronousQueue = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 60. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/transport/TransportManager.java (at line 138) Vector messageHandlers = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 61. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/transport/TransportManager.java (at line 138) Vector messageHandlers = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 62. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/transport/TransportManager.java (at line 142) Vector connectionMonitors = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 63. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/transport/TransportManager.java (at line 142) Vector connectionMonitors = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 64. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/transport/TransportManager.java (at line 301) Vector monitors = null; ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 65. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/transport/TransportManager.java (at line 313) monitors = (Vector) connectionMonitors.clone(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 66. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/transport/TransportManager.java (at line 521) messageHandlers.addElement(he); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 67. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/transport/TransportManager.java (at line 592) asynchronousQueue.addElement(msg); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 68. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/transport/TransportManager.java (at line 616) public void setConnectionMonitors(Vector monitors) ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 69. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/transport/TransportManager.java (at line 620) connectionMonitors = (Vector) monitors.clone(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- ---------- 70. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/util/TimeoutService.java (at line 26) public static class TimeoutToken implements Comparable ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized ---------- 71. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/util/TimeoutService.java (at line 104) private static final LinkedList todolist = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 72. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/util/TimeoutService.java (at line 104) private static final LinkedList todolist = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 73. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/util/TimeoutService.java (at line 121) todolist.add(token); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 74. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/util/TimeoutService.java (at line 122) Collections.sort(todolist); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(List) of the generic method sort(List) of type Collections ---------- 75. WARNING in /builddir/build/BUILD/ganymed-ssh2-build210/src/ch/ethz/ssh2/util/TimeoutService.java (at line 122) Collections.sort(todolist); ^^^^^^^^ Type safety: The expression of type LinkedList needs unchecked conversion to conform to List ---------- 75 problems (75 warnings)+ jar -cf ganymed-ssh2.jar -C build ch + rm -f ch + ln -s src/ch + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.u54Vzm + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64 ++ dirname /builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64 + cd ganymed-ssh2-build210 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64 + install -d -m 755 /builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64/usr/share/java + install -m 644 ganymed-ssh2.jar /builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64/usr/share/java/ganymed-ssh2-210.jar + mkdir -p /builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64/usr/share/javadoc/ganymed-ssh2-210 + cp -pr javadoc/allclasses-frame.html javadoc/allclasses-noframe.html javadoc/ch javadoc/constant-values.html javadoc/deprecated-list.html javadoc/help-doc.html javadoc/index-all.html javadoc/index.html javadoc/overview-summary.html javadoc/overview-tree.html javadoc/package-list javadoc/packages.html javadoc/resources javadoc/serialized-form.html javadoc/stylesheet.css /builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64/usr/share/javadoc/ganymed-ssh2-210 + aot-compile-rpm /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/ganymed-ssh2-build210/aot-compile-rpm/sources.list ganymed-ssh2-210.jar.1.jar -o ganymed-ssh2-210.jar.1.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/ganymed-ssh2-build210/aot-compile-rpm/sources.list -Wl,-Bsymbolic ganymed-ssh2-210.jar.1.o -o ganymed-ssh2-210.jar.so /usr/bin/gcj-dbtool -n ganymed-ssh2-210.jar.db 64 for jar in ganymed-ssh2-210.jar.1.jar; do \ /usr/bin/gcj-dbtool -f ganymed-ssh2-210.jar.db $jar \ /usr/lib64/gcj/ganymed-ssh2/ganymed-ssh2-210.jar.so; \ done + pushd /builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64/usr/share/java/ ~/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64/usr/share/java ~/build/BUILD/ganymed-ssh2-build210 + ln -s ganymed-ssh2-210.jar ganymed-ssh2.jar + popd ~/build/BUILD/ganymed-ssh2-build210 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/ganymed-ssh2-build210 extracting debug info from /builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64/usr/lib64/gcj/ganymed-ssh2/ganymed-ssh2-210.jar.so 1068 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/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: ganymed-ssh2-210-8.fc12.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.RHPlEK + umask 022 + cd /builddir/build/BUILD + cd ganymed-ssh2-build210 + DOCDIR=/builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64/usr/share/doc/ganymed-ssh2-210 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64/usr/share/doc/ganymed-ssh2-210 + /bin/mkdir -p /builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64/usr/share/doc/ganymed-ssh2-210 + cp -pr LICENSE.txt HISTORY.txt README.txt faq examples /builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64/usr/share/doc/ganymed-ssh2-210 + exit 0 Provides: ganymed-ssh2-210.jar.so()(64bit) Requires(interp): /usr/bin/rebuild-gcj-db /usr/bin/rebuild-gcj-db Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /usr/bin/rebuild-gcj-db java-gcj-compat >= 1.0.33 Requires(postun): /usr/bin/rebuild-gcj-db java-gcj-compat >= 1.0.33 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcj_bc.so.1()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) librt.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: ganymed-ssh2-javadoc-210-8.fc12.x86_64 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ganymed-ssh2-debuginfo-210-8.fc12.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64 warning: Could not canonicalize hostname: x86-1.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/ganymed-ssh2-210-8.fc12.x86_64.rpm Wrote: /builddir/build/RPMS/ganymed-ssh2-javadoc-210-8.fc12.x86_64.rpm Wrote: /builddir/build/RPMS/ganymed-ssh2-debuginfo-210-8.fc12.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rUgHcv + umask 022 + cd /builddir/build/BUILD + cd ganymed-ssh2-build210 + rm -rf /builddir/build/BUILDROOT/ganymed-ssh2-210-8.fc12.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->