Your message dated Tue, 28 Aug 2018 14:40:49 +0000 with message-id <[email protected]> and subject line Bug#906347: fixed in disruptor 3.4.2-2 has caused the Debian Bug report #906347, regarding disruptor: FTBFS in buster/sid (error: diamond operator is not supported in -source 6) 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.) -- 906347: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906347 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:disruptor Version: 3.4.2-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --buildsystem=maven dh_update_autotools_config -i -O--buildsystem=maven dh_autoreconf -i -O--buildsystem=maven debian/rules override_dh_auto_configure make[1]: Entering directory '/<<PKGBUILDDIR>>' cp debian/pom.xml . dh_auto_configure mh_patchpoms -plibdisruptor-java --debian-build --keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build -i -O--buildsystem=maven /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [... snipped ...] [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/src/main/java/com/lmax/disruptor/EventPoller.java]] [INFO] [parsing completed 0ms] [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/src/main/java/com/lmax/disruptor/SleepingWaitStrategy.java]] [INFO] [parsing completed 4ms] [INFO] [total 303ms] [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /<<PKGBUILDDIR>>/src/main/java/com/lmax/disruptor/dsl/EventHandlerGroup.java:[60,37] error: diamond operator is not supported in -source 6 (use -source 7 or higher to enable diamond operator) [ERROR] /<<PKGBUILDDIR>>/src/main/java/com/lmax/disruptor/dsl/ConsumerRepository.java:[30,28] error: diamond operator is not supported in -source 6 (use -source 7 or higher to enable diamond operator) [ERROR] /<<PKGBUILDDIR>>/src/main/java/com/lmax/disruptor/dsl/BasicExecutor.java:[14,68] error: diamond operator is not supported in -source 6 (use -source 7 or higher to enable diamond operator) [ERROR] /<<PKGBUILDDIR>>/src/main/java/com/lmax/disruptor/WorkerPool.java:[61,50] error: diamond operator is not supported in -source 6 (use -source 7 or higher to enable diamond operator) [ERROR] /<<PKGBUILDDIR>>/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:[63,84] error: diamond operator is not supported in -source 6 (use -source 7 or higher to enable diamond operator) [INFO] 5 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.887 s [INFO] Finished at: 2018-08-15T06:31:21Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project disruptor: Compilation failure: Compilation failure: [ERROR] /<<PKGBUILDDIR>>/src/main/java/com/lmax/disruptor/dsl/EventHandlerGroup.java:[60,37] error: diamond operator is not supported in -source 6 [ERROR] (use -source 7 or higher to enable diamond operator) [ERROR] /<<PKGBUILDDIR>>/src/main/java/com/lmax/disruptor/dsl/ConsumerRepository.java:[30,28] error: diamond operator is not supported in -source 6 [ERROR] (use -source 7 or higher to enable diamond operator) [ERROR] /<<PKGBUILDDIR>>/src/main/java/com/lmax/disruptor/dsl/BasicExecutor.java:[14,68] error: diamond operator is not supported in -source 6 [ERROR] (use -source 7 or higher to enable diamond operator) [ERROR] /<<PKGBUILDDIR>>/src/main/java/com/lmax/disruptor/WorkerPool.java:[61,50] error: diamond operator is not supported in -source 6 [ERROR] (use -source 7 or higher to enable diamond operator) [ERROR] /<<PKGBUILDDIR>>/src/main/java/com/lmax/disruptor/dsl/Disruptor.java:[63,84] error: diamond operator is not supported in -source 6 [ERROR] (use -source 7 or higher to enable diamond operator) [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1 make: *** [debian/rules:7: build-indep] Error 1 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -A" in my autobuilder. Most probably, it also fails here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/disruptor.html where you can get a full build log if you need it. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---Source: disruptor Source-Version: 3.4.2-2 We believe that the bug you reported is fixed in the latest version of disruptor, 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 disruptor 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: Tue, 28 Aug 2018 15:55:41 +0200 Source: disruptor Binary: libdisruptor-java Architecture: source Version: 3.4.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Java Maintainers <[email protected]> Changed-By: Markus Koschany <[email protected]> Description: libdisruptor-java - Disruptor - High Performance Inter-Thread Messaging Library for J Closes: 906347 Changes: disruptor (3.4.2-2) unstable; urgency=medium . * Team upload. * Declare compliance with Debian Policy 4.2.1. * Use source/target 1.7 explicitly. (Closes: #906347) Checksums-Sha1: 982416ca15131a374286e9664fb395f879ef6664 2182 disruptor_3.4.2-2.dsc 9e23f9ca6d09195add58cfe76e5b9685483d05cf 4232 disruptor_3.4.2-2.debian.tar.xz 0339ece71c3f8a3b78f9f9e1afd16cd6b96096a0 14792 disruptor_3.4.2-2_amd64.buildinfo Checksums-Sha256: 93a146ea65159eea1ef98c89971a9cb98ef217593e9aeffce90cfb659a2a6113 2182 disruptor_3.4.2-2.dsc d4ceb9ac4e7abdfd47a0b7edd2527b8978b152cd411efeb43154746f35d9b84b 4232 disruptor_3.4.2-2.debian.tar.xz d083bffdb4e6d7e544f496572ac4ef9c80dd50b92f9032188f812d940231ce76 14792 disruptor_3.4.2-2_amd64.buildinfo Files: 4af6bbcd251d21506c0969a1048e575e 2182 java optional disruptor_3.4.2-2.dsc e724e8e7d4ebe0847c37393cf230318d 4232 java optional disruptor_3.4.2-2.debian.tar.xz 2df8165c0e5d19c72c7aff2bd4ccb698 14792 java optional disruptor_3.4.2-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAluFVNlfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp YW4ub3JnAAoJENmtFLlRO1HkRxAQAM1qQ3apBPw6/BdF97ENKgxBrfptIz4V+bvk FLyWq//x8gjxW9wavW/fh0W/ftYGWP9vrnwld9TFizuCptdBzD+jNWttcT0BFlhB oyQds3j3JQgsWq7gGxswD+KV2wzGM/qFmqzy9f6BmCGK6xZA1vFOW4gJdPFGs5S5 rbHxgptHljkNz3I7Z6Qt4qo57K0ckLzQ5eF9+h3D+AXTAg9bHy7yFYwWkaVeoe/C zzeRDlAwHP6K/gKKxtVZh+5a8MR8J1zmHV3ObqpGNMJqn8le7ro70Xbcb9mmwpq/ n2ptSAiUTExsDNMASoyBEJZ3RJhQK9ZFwtPLHtxoNsKoFBm3+UVkkyxHEhmylQ82 UgwnfKIYbUIWBWDIHG1G7smzlPpzknpimi1ofw8AYUYV5gKJfom9au+gsSIML99J TlRouqUV9bY/5kseEwmXMld7FHJZcTNAtA1fBaz0TxdpRgz63JDbRfV3+E6vJ+0L cpQzQBD0SfE9ASxq/O3liiDSfIEDLHdu/AdZ6KGrKzDiIXggJff0bHn+MLPd3wU+ h7H8aP/HORjcqCI3eKDx2J37Y207u8K7Hj5fCMb+VIh+10w101kIlw3XdC+h0oHu LTQSYe6WfOWpJ15nxaNM9RiOjSSKLQsWsKPu/Z7K6Z7MiDcdvIqzHHYzN3eO9imp /YEJbt2G =MhXP -----END PGP SIGNATURE-----
--- End Message ---
__ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.
