Your message dated Fri, 23 Mar 2018 15:05:02 +0000 with message-id <[email protected]> and subject line Bug#892937: fixed in cglib 3.2.6-2 has caused the Debian Bug report #892937, regarding cglib: FTBFS with openjdk-9 due to failing tests to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 892937: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892937 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: cglib Version: 3.2.6-1 Severity: normal Dear Maintainer, When building with openjdk-9, for which there will be hopefully a transition soon. There are currently 5 tests that fail (setting 'nocheck' in DEB_BUILD_OPTIONS allow the build to succeed). [ERROR] Tests run: 51, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.821 s <<< FAILURE! - in net.sf.cglib.proxy.TestEnhancer [ERROR] testSql(net.sf.cglib.proxy.TestEnhancer) Time elapsed: 0.021 s <<< ERROR! net.sf.cglib.core.CodeGenerationException: java.lang.reflect.InvocationTargetException-->null at net.sf.cglib.proxy.TestEnhancer.testSql(TestEnhancer.java:819) Caused by: java.lang.reflect.InvocationTargetException at net.sf.cglib.proxy.TestEnhancer.testSql(TestEnhancer.java:819) Caused by: java.lang.NoClassDefFoundError: net/sf/cglib/proxy/Factory at net.sf.cglib.proxy.TestEnhancer.testSql(TestEnhancer.java:819) Caused by: java.lang.ClassNotFoundException: net.sf.cglib.proxy.Factory at net.sf.cglib.proxy.TestEnhancer.testSql(TestEnhancer.java:819) [ERROR] Tests run: 12, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.024 s <<< FAILURE! - in net.sf.cglib.reflect.TestFastClass [ERROR] testPackagePrivateMethod_bootstrapClassLoader(net.sf.cglib.reflect.TestFastClass) Time elapsed: 0 s <<< ERROR! java.lang.NoSuchMethodException: java.lang.String.getChars([C, int) at net.sf.cglib.reflect.TestFastClass.testPackagePrivateMethod_bootstrapClassLoader(TestFastClass.java:663) [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.007 s <<< FAILURE! - in net.sf.cglib.transform.impl.TestDemo [ERROR] test(net.sf.cglib.transform.impl.TestDemo) Time elapsed: 0.007 s <<< ERROR! java.lang.IllegalAccessError: Update to static final field net.sf.cglib.transform.impl.TransformDemo.CGLIB$FIELD_NAMES attempted from a different method (CGLIB$STATICHOOK77) than the initializer method <clinit> at net.sf.cglib.transform.impl.TestDemo.test(TestDemo.java:19) [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 s <<< FAILURE! - in net.sf.cglib.transform.impl.TestProvideFields [ERROR] initializationError(net.sf.cglib.transform.impl.TestProvideFields) Time elapsed: 0 s <<< ERROR! java.lang.IllegalAccessError: Update to static final field net.sf.cglib.transform.AbstractTransformTest.CGLIB$FIELD_NAMES attempted from a different method (CGLIB$STATICHOOK82) than the initializer method <clinit> at net.sf.cglib.transform.impl.TestProvideFields.suite(TestProvideFields.java:69) [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.022 s <<< FAILURE! - in net.sf.cglib.TestAll [ERROR] initializationError(net.sf.cglib.TestAll) Time elapsed: 0 s <<< ERROR! java.lang.IllegalAccessError: Update to static final field net.sf.cglib.transform.AbstractTransformTest.CGLIB$FIELD_NAMES attempted from a different method (CGLIB$STATICHOOK108) than the initializer method <clinit> at net.sf.cglib.TestAll.suite(TestAll.java:81) The summary says: [INFO] Results: [INFO] [ERROR] Errors: [ERROR] TestAll.suite:81 ? IllegalAccess Update to static final field net.sf.cglib.tra... [ERROR] TestEnhancer.testSql:819 ? CodeGeneration java.lang.reflect.InvocationTargetEx... [ERROR] TestFastClass.testPackagePrivateMethod_bootstrapClassLoader:663 ? NoSuchMethod [ERROR] TestDemo.test:19 ? IllegalAccess Update to static final field net.sf.cglib.tra... [ERROR] TestProvideFields.suite:69->AbstractTransformTest.<clinit>:-1->AbstractTransformTest.CGLIB$STATICHOOK82:-1 ? IllegalAccess [INFO] [ERROR] Tests run: 156, Failures: 0, Errors: 5, Skipped: 0 I reported these failures upstream at https://github.com/cglib/cglib/issues/119 thanks Tiago Daitx -- System Information: Debian Release: buster/sid APT prefers bionic APT policy: (500, 'bionic'), (400, 'bionic-proposed') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.15.0-10-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), LANGUAGE=en_US (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
--- End Message ---
--- Begin Message ---Source: cglib Source-Version: 3.2.6-2 We believe that the bug you reported is fixed in the latest version of cglib, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Markus Koschany <[email protected]> (supplier of updated cglib package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 23 Mar 2018 15:24:01 +0100 Source: cglib Binary: libcglib-java libcglib-nodep-java libcglib-java-doc Architecture: source Version: 3.2.6-2 Distribution: unstable Urgency: medium Maintainer: Debian Java Maintainers <[email protected]> Changed-By: Markus Koschany <[email protected]> Description: libcglib-java - Code generation library for Java libcglib-java-doc - Code generation library for Java (documentation) libcglib-nodep-java - Code generation library for Java (without dependencies) Closes: 892937 Changes: cglib (3.2.6-2) unstable; urgency=medium . * Team upload. * Ignore the test failures for now. Issues were forwarded upstream by daitx. (Closes: #892937) Checksums-Sha1: abee3b3f8369f83cdd7c72550fbcf565f0a76c6c 2319 cglib_3.2.6-2.dsc 93537c9f14a5fd23e92ce3ffa6caf2903a49cd14 6132 cglib_3.2.6-2.debian.tar.xz d5c782cd97c978fa1136a02d222806533477a35b 15696 cglib_3.2.6-2_amd64.buildinfo Checksums-Sha256: e630b1a6c773a89e063a307c8130442b7a3d5dd645e334fa040aa63ceeaf7c2a 2319 cglib_3.2.6-2.dsc c172d6112ab961aef37d99231d44a5d1ef456fa787f93a1ab63ff22f4403050c 6132 cglib_3.2.6-2.debian.tar.xz 98635b23aa61c910b6f1602407976f34dbe603f27ad237b3fff648604f92715b 15696 cglib_3.2.6-2_amd64.buildinfo Files: 874ea9ecd34d202bda9c68efd0faa7e7 2319 java optional cglib_3.2.6-2.dsc 8c035a6681daca49623fae2d33c8be15 6132 java optional cglib_3.2.6-2.debian.tar.xz 3aa018563ab9d9106513f85fd17c5f49 15696 java optional cglib_3.2.6-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlq1Dz1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp YW4ub3JnAAoJENmtFLlRO1HkNSsQAMiWOtjhXmlUClk+O+F6JxniRE36Sbwq87P2 l8MSfDoApjdJdJTTXhkIrtFtPJGchbbaIjXGyqLrcwvvq3gxGCPq6fb3UitfFTte Qvz50qaCh6Tm6gnv6nYaUGZk3lV1d3S6SufiKCkBE5880+Sw1PAA9C3ElOQOXs6w clVLTVuJTVcx6UxtZIYD89bE68YubUA/+qTZQTfnVYSsF/6CIPQbkF+QW0MV+7Y2 Ushy5UdYh8sd9SnJvi3laV41qnpHVaCCfdsnOqXCdYxwfWp69sIHYL/Tlhpa8uP7 kwnsfJoU8uWa5VJlUe59Pm8fSkqam2tdCs6dJKR8InwxlR+S+EIMoMCZA0utr7y8 6XgPivvPeXkYFTkk/mEKfWTI2faIjT5mNds36xOCkRHYO0/+R1IJadPSfRI5AahO K041A1o1/QNsThuW68uA5vpQyUawIifduyo32MjWjp2AJRrPKkvKj+ecVnXmxhqw sB33MqaY6wvDrD13M0AVe1cgTa94jBxhu6bbTdmZ+F2LaOykVuK8k/dspYnd6r1Z ylgH7P5zAWiBEhgvxLuw8d2iK29tohJLj05XAjCN/sewNF9x59WSIxE0lqnPDdx5 08sJ14Jlw14lcUT5zgREFGoUnNx/+5afSKBPAyRd+svc9JLo98sai3yYqb1NbAVy faCxML2I =KknF -----END PGP SIGNATURE-----
--- End Message ---

