Your message dated Sun, 11 Aug 2024 17:51:28 +0000
with message-id <e1sdcj2-00hbzb...@fasolo.debian.org>
and subject line Bug#1078410: fixed in findbugs 3.1.0~preview2-4
has caused the Debian Bug report #1078410,
regarding findbugs: FTBFS: make[1]: *** [debian/rules:10: 
override_dh_auto_build] Error 1
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 ow...@bugs.debian.org
immediately.)


-- 
1078410: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078410
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: findbugs
Version: 3.1.0~preview2-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240809 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> ant docs build -Dant.java.version=1.8
> Buildfile: /<<PKGBUILDDIR>>/build.xml
> 
> properties:
> 
> init:
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/bin
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build/doc
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/web
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build/classes
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build/junitclasses
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/apiJavaDoc
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/annotationJavaDoc
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build/sampleoutput
> 
> classes:
>      [echo] Requires JDK 8.x (not 7, not 9!), using: 1.8
>      [echo] compiling findbugs
>     [javac] Compiling 1096 source files to /<<PKGBUILDDIR>>/build/classes
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 8
>     [javac] warning: [options] source value 8 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] target value 8 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:23: 
> warning: [removal] AccessController in java.security has been deprecated and 
> marked for removal
>     [javac] import java.security.AccessController;
>     [javac]                     ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:142: 
> warning: [removal] AccessController in java.security has been deprecated and 
> marked for removal
>     [javac]             f = AccessController.doPrivileged(new 
> PrivilegedAction<Field>() {
>     [javac]                 ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierValue.java:151:
>  warning: [removal] SecurityManager in java.lang has been deprecated and 
> marked for removal
>     [javac]                     SecurityManager m = 
> System.getSecurityManager();
>     [javac]                     ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierValue.java:151:
>  warning: [removal] getSecurityManager() in System has been deprecated and 
> marked for removal
>     [javac]                     SecurityManager m = 
> System.getSecurityManager();
>     [javac]                                               ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierValue.java:156:
>  warning: [removal] setSecurityManager(SecurityManager) in System has been 
> deprecated and marked for removal
>     [javac]                         
> System.setSecurityManager(ValidationSecurityManager.INSTANCE);
>     [javac]                               ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierValue.java:195:
>  warning: [removal] SecurityManager in java.lang has been deprecated and 
> marked for removal
>     [javac]                 SecurityManager m = System.getSecurityManager();
>     [javac]                 ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierValue.java:195:
>  warning: [removal] getSecurityManager() in System has been deprecated and 
> marked for removal
>     [javac]                 SecurityManager m = System.getSecurityManager();
>     [javac]                                           ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierValue.java:200:
>  warning: [removal] setSecurityManager(SecurityManager) in System has been 
> deprecated and marked for removal
>     [javac]                     
> System.setSecurityManager(ValidationSecurityManager.INSTANCE);
>     [javac]                           ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/PluginLoader.java:1457: 
> warning: [removal] setSecurityManager(SecurityManager) in System has been 
> deprecated and marked for removal
>     [javac]                 System.setSecurityManager(null);
>     [javac]                       ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/ba/jsr305/ValidationSecurityManager.java:29:
>  warning: [removal] SecurityManager in java.lang has been deprecated and 
> marked for removal
>     [javac] final class ValidationSecurityManager extends SecurityManager {
>     [javac]                                               ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/gui/edu/umd/cs/findbugs/gui2/BugTreeModel.java:577: 
> warning: [removal] finalize() in Object has been deprecated and marked for 
> removal
>     [javac]     protected void finalize() throws Throwable {
>     [javac]                    ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/gui/edu/umd/cs/findbugs/gui2/BugTreeModel.java:578: 
> warning: [removal] finalize() in Object has been deprecated and marked for 
> removal
>     [javac]         super.finalize();
>     [javac]              ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/gui/edu/umd/cs/findbugs/gui2/NewProjectWizard.java:205: 
> warning: [unchecked] unchecked method invocation: method setRenderer in class 
> JComboBox is applied to given types
>     [javac]         cloudSelector.setRenderer(aRenderer);
>     [javac]                                  ^
>     [javac]   required: ListCellRenderer<? super E>
>     [javac]   found:    ListCellRenderer
>     [javac]   where E is a type-variable:
>     [javac]     E extends Object declared in class JComboBox
>     [javac] 
> /<<PKGBUILDDIR>>/src/gui/edu/umd/cs/findbugs/gui2/NewProjectWizard.java:205: 
> warning: [unchecked] unchecked conversion
>     [javac]         cloudSelector.setRenderer(aRenderer);
>     [javac]                                   ^
>     [javac]   required: ListCellRenderer<? super E>
>     [javac]   found:    ListCellRenderer
>     [javac]   where E is a type-variable:
>     [javac]     E extends Object declared in class JComboBox
>     [javac] 
> /<<PKGBUILDDIR>>/src/gui/edu/umd/cs/findbugs/gui2/SourceDirectoryWizard.java:364:
>  warning: [removal] stop() in Thread has been deprecated and marked for 
> removal
>     [javac]             discover.stop();
>     [javac]                     ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 19 warnings
>     [javac] Creating empty 
> /<<PKGBUILDDIR>>/build/classes/edu/umd/cs/findbugs/annotations/package-info.class
> [native2ascii] Converting 1 file from /<<PKGBUILDDIR>>/src/java to 
> /<<PKGBUILDDIR>>/build/classes
>      [echo] copying data files
>      [copy] Copying 47 files to /<<PKGBUILDDIR>>/build/classes
>      [echo] compiling junit test cases
>     [javac] Compiling 45 source files to /<<PKGBUILDDIR>>/build/junitclasses
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 8
>     [javac] warning: [options] source value 8 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] target value 8 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
>     [javac] 
> /<<PKGBUILDDIR>>/src/junit/edu/umd/cs/findbugs/ba/jsr305/ValidationSecurityManagerTest.java:85:
>  warning: [removal] SecurityManager in java.lang has been deprecated and 
> marked for removal
>     [javac]         SecurityManager old = System.getSecurityManager();
>     [javac]         ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/junit/edu/umd/cs/findbugs/ba/jsr305/ValidationSecurityManagerTest.java:85:
>  warning: [removal] getSecurityManager() in System has been deprecated and 
> marked for removal
>     [javac]         SecurityManager old = System.getSecurityManager();
>     [javac]                                     ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/junit/edu/umd/cs/findbugs/ba/jsr305/ValidationSecurityManagerTest.java:86:
>  warning: [removal] setSecurityManager(SecurityManager) in System has been 
> deprecated and marked for removal
>     [javac]         System.setSecurityManager(sm);
>     [javac]               ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/junit/edu/umd/cs/findbugs/ba/jsr305/ValidationSecurityManagerTest.java:97:
>  warning: [removal] setSecurityManager(SecurityManager) in System has been 
> deprecated and marked for removal
>     [javac]         System.setSecurityManager(old);
>     [javac]               ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 8 warnings
>      [echo] compiling tools
>     [javac] Compiling 12 source files to /<<PKGBUILDDIR>>/build/classes
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 8
>     [javac] warning: [options] source value 8 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] target value 8 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
>     [javac] 
> /<<PKGBUILDDIR>>/src/tools/edu/umd/cs/findbugs/tools/junit/JUnitJarRunner.java:25:
>  warning: [removal] AccessController in java.security has been deprecated and 
> marked for removal
>     [javac] import java.security.AccessController;
>     [javac]                     ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/tools/edu/umd/cs/findbugs/tools/junit/JUnitJarRunner.java:86:
>  warning: [removal] AccessController in java.security has been deprecated and 
> marked for removal
>     [javac]         ClassLoader cl = AccessController.doPrivileged(new 
> PrivilegedExceptionAction<URLClassLoader>() {
>     [javac]                          ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 6 warnings
>      [echo] compiling ant task
>     [javac] Compiling 11 source files to /<<PKGBUILDDIR>>/build/classes
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 8
>     [javac] warning: [options] source value 8 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] target value 8 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
>     [javac] 4 warnings
> 
> version:
>      [copy] Copying 1 file to /<<PKGBUILDDIR>>/build/classes
> 
> jars:
>      [copy] Copying 11 files to /<<PKGBUILDDIR>>/classesEclipse
>       [jar] Building jar: /<<PKGBUILDDIR>>/lib/findbugs.jar
>       [jar] Building jar: /<<PKGBUILDDIR>>/lib/annotations.jar
>       [jar] Building jar: /<<PKGBUILDDIR>>/lib/findbugs-annotations.jar
> 
> bugdesc:
> 
> generatebugdesc:
> 
> generatebugdesc:
> 
> generatebugdesc:
> 
> generatebugdesc:
> 
> clean:
>    [delete] Deleting directory /<<PKGBUILDDIR>>/bin
>    [delete] Deleting directory /<<PKGBUILDDIR>>/build
>    [delete] Deleting directory /<<PKGBUILDDIR>>/web
>    [delete] Deleting directory /<<PKGBUILDDIR>>/apiJavaDoc
>    [delete] Deleting: /<<PKGBUILDDIR>>/lib/findbugs.jar
>    [delete] Deleting directory /<<PKGBUILDDIR>>/annotationJavaDoc
> 
> checkdocs:
> 
> docs:
> 
> generatedocs:
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build/doc
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build/doc/ja
>      [copy] Copying 31 files to /<<PKGBUILDDIR>>/build/doc
>      [copy] Copying 1 file to /<<PKGBUILDDIR>>/build/doc
>      [copy] Copying 26 files to /<<PKGBUILDDIR>>/build/doc
>      [copy] Copying 8 files to /<<PKGBUILDDIR>>/build/doc/ja/manual
> 
> generatemanual:
>      [echo] Generating HTML version of manual
>      [echo] Running saxon: /usr/share/java/saxon.jar
>      [java] Writing manual/introduction.html for chapter(introduction)
>      [java] Writing manual/installing.html for chapter(installing)
>      [java] Writing manual/building.html for chapter(building)
>      [java] Writing manual/running.html for chapter(running)
>      [java] Writing manual/gui.html for chapter(gui)
>      [java] Writing manual/anttask.html for chapter(anttask)
>      [java] Writing manual/eclipse.html for chapter(eclipse)
>      [java] Writing manual/filter.html for chapter(filter)
>      [java] Writing manual/analysisprops.html for chapter(analysisprops)
>      [java] Writing manual/annotations.html for chapter(annotations)
>      [java] Writing manual/rejarForAnalysis.html for chapter(rejarForAnalysis)
>      [java] Writing manual/datamining.html for chapter(datamining)
>      [java] Writing manual/license.html for chapter(license)
>      [java] Writing manual/acknowledgments.html for chapter(acknowledgments)
>      [java] Writing manual/index.html for book(findbugs-manual)
>      [java] Writing manual/introduction.html for chapter(introduction)
>      [java] Writing manual/installing.html for chapter(installing)
>      [java] Writing manual/building.html for chapter(building)
>      [java] Writing manual/running.html for chapter(running)
>      [java] Writing manual/gui.html for chapter(gui)
>      [java] Writing manual/anttask.html for chapter(anttask)
>      [java] Writing manual/eclipse.html for chapter(eclipse)
>      [java] Writing manual/filter.html for chapter(filter)
>      [java] Writing manual/analysisprops.html for chapter(analysisprops)
>      [java] Writing manual/annotations.html for chapter(annotations)
>      [java] Writing manual/rejarForAnalysis.html for chapter(rejarForAnalysis)
>      [java] Writing manual/datamining.html for chapter(datamining)
>      [java] Writing manual/license.html for chapter(license)
>      [java] Writing manual/acknowledgments.html for chapter(acknowledgments)
>      [java] Writing manual/index.html for book(findbugs-manual)
> 
> generatepdfmanual:
> 
> properties:
> 
> init:
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/bin
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/web
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build/classes
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build/junitclasses
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/apiJavaDoc
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/annotationJavaDoc
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build/sampleoutput
> 
> classes:
>      [echo] Requires JDK 8.x (not 7, not 9!), using: 1.8
>      [echo] compiling findbugs
>     [javac] Compiling 1096 source files to /<<PKGBUILDDIR>>/build/classes
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 8
>     [javac] warning: [options] source value 8 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] target value 8 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:23: 
> warning: [removal] AccessController in java.security has been deprecated and 
> marked for removal
>     [javac] import java.security.AccessController;
>     [javac]                     ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:142: 
> warning: [removal] AccessController in java.security has been deprecated and 
> marked for removal
>     [javac]             f = AccessController.doPrivileged(new 
> PrivilegedAction<Field>() {
>     [javac]                 ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierValue.java:151:
>  warning: [removal] SecurityManager in java.lang has been deprecated and 
> marked for removal
>     [javac]                     SecurityManager m = 
> System.getSecurityManager();
>     [javac]                     ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierValue.java:151:
>  warning: [removal] getSecurityManager() in System has been deprecated and 
> marked for removal
>     [javac]                     SecurityManager m = 
> System.getSecurityManager();
>     [javac]                                               ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierValue.java:156:
>  warning: [removal] setSecurityManager(SecurityManager) in System has been 
> deprecated and marked for removal
>     [javac]                         
> System.setSecurityManager(ValidationSecurityManager.INSTANCE);
>     [javac]                               ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierValue.java:195:
>  warning: [removal] SecurityManager in java.lang has been deprecated and 
> marked for removal
>     [javac]                 SecurityManager m = System.getSecurityManager();
>     [javac]                 ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierValue.java:195:
>  warning: [removal] getSecurityManager() in System has been deprecated and 
> marked for removal
>     [javac]                 SecurityManager m = System.getSecurityManager();
>     [javac]                                           ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierValue.java:200:
>  warning: [removal] setSecurityManager(SecurityManager) in System has been 
> deprecated and marked for removal
>     [javac]                     
> System.setSecurityManager(ValidationSecurityManager.INSTANCE);
>     [javac]                           ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/PluginLoader.java:1457: 
> warning: [removal] setSecurityManager(SecurityManager) in System has been 
> deprecated and marked for removal
>     [javac]                 System.setSecurityManager(null);
>     [javac]                       ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/edu/umd/cs/findbugs/ba/jsr305/ValidationSecurityManager.java:29:
>  warning: [removal] SecurityManager in java.lang has been deprecated and 
> marked for removal
>     [javac] final class ValidationSecurityManager extends SecurityManager {
>     [javac]                                               ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/gui/edu/umd/cs/findbugs/gui2/BugTreeModel.java:577: 
> warning: [removal] finalize() in Object has been deprecated and marked for 
> removal
>     [javac]     protected void finalize() throws Throwable {
>     [javac]                    ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/gui/edu/umd/cs/findbugs/gui2/BugTreeModel.java:578: 
> warning: [removal] finalize() in Object has been deprecated and marked for 
> removal
>     [javac]         super.finalize();
>     [javac]              ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/gui/edu/umd/cs/findbugs/gui2/NewProjectWizard.java:205: 
> warning: [unchecked] unchecked method invocation: method setRenderer in class 
> JComboBox is applied to given types
>     [javac]         cloudSelector.setRenderer(aRenderer);
>     [javac]                                  ^
>     [javac]   required: ListCellRenderer<? super E>
>     [javac]   found:    ListCellRenderer
>     [javac]   where E is a type-variable:
>     [javac]     E extends Object declared in class JComboBox
>     [javac] 
> /<<PKGBUILDDIR>>/src/gui/edu/umd/cs/findbugs/gui2/NewProjectWizard.java:205: 
> warning: [unchecked] unchecked conversion
>     [javac]         cloudSelector.setRenderer(aRenderer);
>     [javac]                                   ^
>     [javac]   required: ListCellRenderer<? super E>
>     [javac]   found:    ListCellRenderer
>     [javac]   where E is a type-variable:
>     [javac]     E extends Object declared in class JComboBox
>     [javac] 
> /<<PKGBUILDDIR>>/src/gui/edu/umd/cs/findbugs/gui2/SourceDirectoryWizard.java:364:
>  warning: [removal] stop() in Thread has been deprecated and marked for 
> removal
>     [javac]             discover.stop();
>     [javac]                     ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 19 warnings
>     [javac] Creating empty 
> /<<PKGBUILDDIR>>/build/classes/edu/umd/cs/findbugs/annotations/package-info.class
> [native2ascii] Converting 1 file from /<<PKGBUILDDIR>>/src/java to 
> /<<PKGBUILDDIR>>/build/classes
>      [echo] copying data files
>      [copy] Copying 47 files to /<<PKGBUILDDIR>>/build/classes
>      [echo] compiling junit test cases
>     [javac] Compiling 45 source files to /<<PKGBUILDDIR>>/build/junitclasses
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 8
>     [javac] warning: [options] source value 8 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] target value 8 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
>     [javac] 
> /<<PKGBUILDDIR>>/src/junit/edu/umd/cs/findbugs/ba/jsr305/ValidationSecurityManagerTest.java:85:
>  warning: [removal] SecurityManager in java.lang has been deprecated and 
> marked for removal
>     [javac]         SecurityManager old = System.getSecurityManager();
>     [javac]         ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/junit/edu/umd/cs/findbugs/ba/jsr305/ValidationSecurityManagerTest.java:85:
>  warning: [removal] getSecurityManager() in System has been deprecated and 
> marked for removal
>     [javac]         SecurityManager old = System.getSecurityManager();
>     [javac]                                     ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/junit/edu/umd/cs/findbugs/ba/jsr305/ValidationSecurityManagerTest.java:86:
>  warning: [removal] setSecurityManager(SecurityManager) in System has been 
> deprecated and marked for removal
>     [javac]         System.setSecurityManager(sm);
>     [javac]               ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/junit/edu/umd/cs/findbugs/ba/jsr305/ValidationSecurityManagerTest.java:97:
>  warning: [removal] setSecurityManager(SecurityManager) in System has been 
> deprecated and marked for removal
>     [javac]         System.setSecurityManager(old);
>     [javac]               ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 8 warnings
>      [echo] compiling tools
>     [javac] Compiling 12 source files to /<<PKGBUILDDIR>>/build/classes
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 8
>     [javac] warning: [options] source value 8 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] target value 8 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
>     [javac] 
> /<<PKGBUILDDIR>>/src/tools/edu/umd/cs/findbugs/tools/junit/JUnitJarRunner.java:25:
>  warning: [removal] AccessController in java.security has been deprecated and 
> marked for removal
>     [javac] import java.security.AccessController;
>     [javac]                     ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/tools/edu/umd/cs/findbugs/tools/junit/JUnitJarRunner.java:86:
>  warning: [removal] AccessController in java.security has been deprecated and 
> marked for removal
>     [javac]         ClassLoader cl = AccessController.doPrivileged(new 
> PrivilegedExceptionAction<URLClassLoader>() {
>     [javac]                          ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 6 warnings
>      [echo] compiling ant task
>     [javac] Compiling 11 source files to /<<PKGBUILDDIR>>/build/classes
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 8
>     [javac] warning: [options] source value 8 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] target value 8 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
>     [javac] 4 warnings
> 
> version:
>      [copy] Copying 1 file to /<<PKGBUILDDIR>>/build/classes
> 
> jars:
>      [copy] Copying 11 files to /<<PKGBUILDDIR>>/classesEclipse
>       [jar] Building jar: /<<PKGBUILDDIR>>/lib/findbugs.jar
>       [jar] Building jar: /<<PKGBUILDDIR>>/lib/annotations.jar
>       [jar] Building jar: /<<PKGBUILDDIR>>/lib/findbugs-annotations.jar
> 
> scripts:
>      [copy] Copying 21 files to /<<PKGBUILDDIR>>/bin
>      [copy] Copying 2 files to /<<PKGBUILDDIR>>/bin
>      [copy] Copying 4 files to /<<PKGBUILDDIR>>/bin/deprecated
>      [copy] Copying 4 files to /<<PKGBUILDDIR>>/bin/experimental
>     [touch] Creating /<<PKGBUILDDIR>>/build/scripts.stamp
> 
> anttask:
>       [jar] Building jar: /<<PKGBUILDDIR>>/lib/findbugs-ant.jar
> 
> build:
> 
> BUILD SUCCESSFUL
> Total time: 35 seconds
> # prepare findbugs.1
> help2man -h "-help"   -v "-version" -n "Static Java Code Analyzer" ./bin/fb   
>     -o debian/fb.1
> help2man -h "-textui" -v "-version" -n "Static Java Code Analyzer" 
> ./bin/findbugs -o debian/findbugs.1
> help2man: can't get `-textui' info from ./bin/findbugs
> Try `--no-discard-stderr' if option outputs to stderr
> make[1]: *** [debian/rules:10: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/08/09/findbugs_3.1.0~preview2-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240809;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240809&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: findbugs
Source-Version: 3.1.0~preview2-4
Done: tony mancill <tmanc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
findbugs, 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 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
tony mancill <tmanc...@debian.org> (supplier of updated findbugs 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 11 Aug 2024 09:59:03 -0700
Source: findbugs
Architecture: source
Version: 3.1.0~preview2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Closes: 1078410
Changes:
 findbugs (3.1.0~preview2-4) unstable; urgency=medium
 .
   * Team upload.
   * findbugs needs commons-lang3 in wrapper (Closes: #1078410)
   * Freshen years in debian/copyright
   * Set Rules-Requires-Root: no in debian/control
   * Update Vcs URLs to point to Salsa
Checksums-Sha1:
 154fcdb47401a170010a7ab05c2b1f7b9cc05da8 2634 findbugs_3.1.0~preview2-4.dsc
 71cc207a2116380f15f95576b682f5b2a89d6ae3 15972 
findbugs_3.1.0~preview2-4.debian.tar.xz
 054c103c0de72c6dd5bcd9b501b804d3a4de0715 12320 
findbugs_3.1.0~preview2-4_amd64.buildinfo
Checksums-Sha256:
 aef0a379a31fbbec1425b404af68397f4f15aeea4d480f34826c776f908af8a3 2634 
findbugs_3.1.0~preview2-4.dsc
 5de52af1d144d679ef6ac9d0409c3573cfef45af2d6ba5b6b6d442c5632a9c42 15972 
findbugs_3.1.0~preview2-4.debian.tar.xz
 0591064d79397c218ff07979e7aa1439fa18e325f81483161aae704b64b37e6e 12320 
findbugs_3.1.0~preview2-4_amd64.buildinfo
Files:
 6ef70e75ebc63cfa7063a042a6f71a65 2634 java optional 
findbugs_3.1.0~preview2-4.dsc
 fb1a0cf8475336e5e5bcaf7f1a962ef9 15972 java optional 
findbugs_3.1.0~preview2-4.debian.tar.xz
 4b22938f2603525209dbbc3f44b5ea6c 12320 java optional 
findbugs_3.1.0~preview2-4_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAma477QUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpZ09xAAxQ6RQgRbv+TGAMnc6gHpOJ4tL/YO
6l8EjIfeiOjxKcpm5XltDU1HNbxZDWBJYzfs+h4vjJATj4hgzkXRhKCCSpb9uQaT
AkwBRs8EDrMREe4MGNsoTcueHCG++sfFze/mK/sqCaVP+dDCNv1yT9/fhtVHVpit
9Oimy7eBrYFNcObtqhqsYkGXQChCVH2ZRudF9lXAahHSiu8rZSKCFnhrjroWxDiJ
9FmeDEOOmy6JiTD0DnylNTbWgYGEj1G91kNgtMhNcU0T7Rf1IKnBg725WgVfyXhe
BISXaBoUR55tUEn/Xq6oV3wtpPYrLLsmaaqr8dYiPFJztfUjAWLDk3H4AVYFRX29
eY5MF1k554tbilUxTEUOESD2VFvgZ7rY9iV4gURUETej01GKQhLEol9OOV2/XR/h
BeuQTVI5BwUHytSNlEsCiJ/Iu3g/IEl/JJ761dKPweOVGXN0Ct3vpe8gjwevyntO
RvsKJVWN/tpcvr/vE2GTEcB7dpjNKD1MUuTuMpOdb7XUWd0Yw/ZcHKE2yqj/GNB3
qEGBIYKwC0E0q6pLLrFKaxXRVJ6MSB87WdtN1F+i4xtGD1A6wXD6f/N25ayknPfr
JMNyE3W3ORtbVRKdZY13gS2oHvLRRA7m8FyPj2TOtA3e3qNZevav3jn2SQAkhk9f
A1b9m8Ny629jNDQ=
=6P0n
-----END PGP SIGNATURE-----

Attachment: pgpissXEerG9p.pgp
Description: PGP signature


--- End Message ---

Reply via email to