Bug#1078410: findbugs: FTBFS: make[1]: *** [debian/rules:10: override_dh_auto_build] Error 1

Lucas Nussbaum lucas at debian.org
Sat Aug 10 07:03:36 BST 2024


Source: findbugs
Version: 3.1.0~preview2-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at 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=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240809&fusertaguser=lucas@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.



More information about the pkg-java-maintainers mailing list