Your message dated Tue, 03 Dec 2024 21:19:16 +0000
with message-id <[email protected]>
and subject line Bug#1088714: fixed in apache-curator 5.7.1+ds-1
has caused the Debian Bug report #1088714,
regarding apache-curator: FTBFS: shutdown(boolean) in 
org.apache.curator.test.TestingZooKeeperMain.TestZooKeeperServer cannot 
override shutdown(boolean) in org.apache.zookeeper.server.ZooKeeperServer
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.)


-- 
1088714: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088714
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:apache-curator
Version: 5.5.0-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --with javahelper
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        mh_patchpoms -plibcurator-parent-java --debian-build --keep-pom-version 
--maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
   jh_linkjars
   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
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were 
deprecated in JDK 13 and will likely be removed in a future release.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache Curator                                                     [pom]
[INFO] Curator Testing                                                    [jar]
[INFO] Curator Client                                                     [jar]
[INFO] Curator Framework                                                  [jar]
[INFO] Curator Recipes                                                    [jar]
[INFO] Curator Service Discovery                                          [jar]
[INFO]
[INFO] -----------------< org.apache.curator:apache-curator >------------------
[INFO] Building Apache Curator 5.5.0                                      [1/6]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ 
apache-curator ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, war, bundle]
[INFO]
[INFO] --- maven-antrun-plugin:3.1.0:run (default) @ apache-curator ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO]
[INFO] --- build-helper-maven-plugin:3.3.0:attach-artifact (default) @ 
apache-curator ---
[INFO] Skip attaching artifacts
[INFO]
[INFO] ------------------< org.apache.curator:curator-test >-------------------
[INFO] Building Curator Testing 5.5.0                                     [2/6]
[INFO]   from curator-test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.apache.maven.plugins:maven-resources-plugin:jar:2.6 
has been relocated to org.apache.maven.plugins:maven-resources-plugin:jar:3.3.1
[WARNING] The artifact org.apache.maven.plugins:maven-jar-plugin:jar:2.4 has 
been relocated to org.apache.maven.plugins:maven-jar-plugin:jar:3.3.0
[WARNING] The POM for org.apache.zookeeper:zookeeper:jar:debian is invalid, 
transitive dependencies (if any) will not be available, enable debug logging 
for more details
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
curator-test ---
[INFO] Copying 2 resources from . to target/classes/META-INF
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
curator-test ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 22 source files with javac [debug release 8] to target/classes
[INFO] 
/<<PKGBUILDDIR>>/curator-test/src/main/java/org/apache/curator/test/TestingCluster.java:
 Some input files use or override a deprecated API.
[INFO] 
/<<PKGBUILDDIR>>/curator-test/src/main/java/org/apache/curator/test/TestingCluster.java:
 Recompile with -Xlint:deprecation for details.
[INFO] 
/<<PKGBUILDDIR>>/curator-test/src/main/java/org/apache/curator/test/WatchersDebug.java: 
/<<PKGBUILDDIR>>/curator-test/src/main/java/org/apache/curator/test/WatchersDebug.java uses 
unchecked or unsafe operations.
[INFO] 
/<<PKGBUILDDIR>>/curator-test/src/main/java/org/apache/curator/test/WatchersDebug.java:
 Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 3 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] 
/<<PKGBUILDDIR>>/curator-test/src/main/java/org/apache/curator/test/TestingZooKeeperMain.java:[302,34]
 shutdown(boolean) in org.apache.curator.test.TestingZooKeeperMain.TestZooKeeperServer 
cannot override shutdown(boolean) in org.apache.zookeeper.server.ZooKeeperServer
  overridden method is final
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Curator 5.5.0:
[INFO]
[INFO] Apache Curator ..................................... SUCCESS [  0.176 s]
[INFO] Curator Testing .................................... FAILURE [  1.135 s]
[INFO] Curator Client ..................................... SKIPPED
[INFO] Curator Framework .................................. SKIPPED
[INFO] Curator Recipes .................................... SKIPPED
[INFO] Curator Service Discovery .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.785 s
[INFO] Finished at: 2024-11-29T21:14:09Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) 
on project curator-test: Compilation failure
[ERROR] 
/<<PKGBUILDDIR>>/curator-test/src/main/java/org/apache/curator/test/TestingZooKeeperMain.java:[302,34]
 shutdown(boolean) in org.apache.curator.test.TestingZooKeeperMain.TestZooKeeperServer 
cannot override shutdown(boolean) in org.apache.zookeeper.server.ZooKeeperServer
[ERROR]   overridden method is final
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :curator-test
dh_auto_build: error: /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:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202411/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

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: apache-curator
Source-Version: 5.7.1+ds-1
Done: Pierre Gruet <[email protected]>

We believe that the bug you reported is fixed in the latest version of
apache-curator, 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.
Pierre Gruet <[email protected]> (supplier of updated apache-curator 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, 03 Dec 2024 22:04:06 +0100
Source: apache-curator
Architecture: source
Version: 5.7.1+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Pierre Gruet <[email protected]>
Closes: 1088714
Changes:
 apache-curator (5.7.1+ds-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream version 5.7.1+ds
   * Refreshing patches
   * Raising Standards version to 4.7.0 (no change)
   * Repacking to exclude .mvn contents
   * Removing the override of a zookeeper method to build against
     zookeeper 3.9.3 (Closes: #1088714)
   * Excluding new artifacts from the build
Checksums-Sha1:
 23a5cd45e712a3d03614d78ed0757fa4269e21bb 3072 apache-curator_5.7.1+ds-1.dsc
 42519ebc83e7a79abc6dcbfbb594434f183bf350 325476 
apache-curator_5.7.1+ds.orig.tar.xz
 ec07210a9a3dbe17554383609a9d14f2a915a849 11212 
apache-curator_5.7.1+ds-1.debian.tar.xz
 79985e1d5c8f7de1f50a408751c1e74d212d5ffa 17313 
apache-curator_5.7.1+ds-1_source.buildinfo
Checksums-Sha256:
 100f57ef5023591b6d866aab043da2d45e72a5927311471871a01380fd4d64fd 3072 
apache-curator_5.7.1+ds-1.dsc
 52c94732bd82656fd330bc22aaae144f98d359335d89ae7a5cc93742b7765fcf 325476 
apache-curator_5.7.1+ds.orig.tar.xz
 2403787d2a84c5d2b1eab2b5b555c7122d848b7f0050179e691a767a7711c8aa 11212 
apache-curator_5.7.1+ds-1.debian.tar.xz
 4278c19998809d90956dd6e4d09de25ddedfcd4b51eb8e9b2abfab9dc4afb3ab 17313 
apache-curator_5.7.1+ds-1_source.buildinfo
Files:
 93b47c0451f0cea3adaf437a007aab13 3072 java optional 
apache-curator_5.7.1+ds-1.dsc
 00e40f29a54b3f7c55c30582f5ccb3e2 325476 java optional 
apache-curator_5.7.1+ds.orig.tar.xz
 64ddcec5621e2cf17900708f5fc72de4 11212 java optional 
apache-curator_5.7.1+ds-1.debian.tar.xz
 8eb0c95445131ab32a723b9cb2c34db5 17313 java optional 
apache-curator_5.7.1+ds-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmdPcrQACgkQYAMWptwn
dHY8ARAAmM9KCpnA1YF0BAV34lHOT6iIHj+NN6ZBIuwxGKCH/Uort9xV4LZ8qTXt
iTTtgFn6S9aRkE76gnEqOFXolIs8c/x+PCv2Fu4KbAxuSvmw43Xac/e1+85wQmuJ
4UX6iNU4JOvJ1mGKVd4GKyqkTQuLwNeGSi0ORYaIm3/+27h+7OQwFlC6dDewPx4/
8JWxMX0usxyiEpDWEsNnG+NAzgsbQ9Fuzx3ROz5byAfc9xsVy2gqins/uDLFk51o
HHX2U7OWjPm18qfCXp4/oUX6tNd3Gv0rnNBrBGwkK2d09P33d0FUJkAgZucsfLW+
jTIFxS6ccIgLAQvH6oA1du0ML92fwfc4sF8P5b3euAyz3l6aM3SoihFpMqr3vkAo
L5okJ+U+yB3Mrh7IefwA20Fh5dGjo6mZAdqIOnv1J8Es7X0IO4I0QLA+94D0S2ul
tbgAQV3LzI4DiP8Yb8dafmHZi4AcJdfEX2r+kEX+Ecx0n2Os9w0+Z3iHTEbFtIVb
mHUzK8Xyw625y1t13+9Gf8Hhd2UKkJ+aOl6a4AjO/IKLJGsjNztYeeyZJ0QrvO8Y
61vZ2I9ImmzWFoJX5tuw6MBfVOyaxdHh+tWPRBB6xCntNJfMUAemDK0RmVWGq82d
F7bPo8p0k3ZzE7uTVVQVSA0UrioltSqp6qkqXV8B0/3ND1bwQck=
=wUga
-----END PGP SIGNATURE-----

Attachment: pgprtyhxM4qec.pgp
Description: 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.

Reply via email to