Source: starjava-datanode Version: 1.0+2023.01.18-2 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20240702 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 jars > Buildfile: /<<PKGBUILDDIR>>/build.xml > > prepare: > [tstamp] Honouring environment variable SOURCE_DATE_EPOCH which has been > set to 1717661915 > > really_check_packages: > > check_packages: > > build: > [mkdir] Created dir: /<<PKGBUILDDIR>>/build/classes > [javac] Compiling 84 source files to /<<PKGBUILDDIR>>/build/classes > [javac] > /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/datanode/nodes/ColumnsMetamapGroup.java:42: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] addEntry( i, INDEX_KEY, new Integer( i + 1 ) ); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/datanode/nodes/ImageHDUDataNode.java:81: > warning: [removal] Byte(byte) in Byte has been deprecated and marked for > removal > [javac] badval = new Byte( (byte) val ); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/datanode/nodes/ImageHDUDataNode.java:89: > warning: [removal] Short(short) in Short has been deprecated and marked for > removal > [javac] badval = new Short( (short) val ); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/datanode/nodes/ImageHDUDataNode.java:97: > warning: [removal] Integer(int) in Integer has been deprecated and marked > for removal > [javac] badval = new Integer( val ); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/datanode/viewers/ArrayBrowser.java:136: > warning: [removal] Long(long) in Long has been deprecated and marked for > removal > [javac] return new Long( o1 + (long) nrow - 1 - irow > ) + " "; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/datanode/viewers/ArrayBrowser.java:147: > warning: [removal] Long(long) in Long has been deprecated and marked for > removal > [javac] return new Long( o0 + (long) icol ) + " "; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/oldfits/MappedFile.java:42: error: > MappedFile is not abstract and does not override abstract method read() in > InputReader > [javac] public class MappedFile extends AbstractArrayDataIO implements > RandomAccess { > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 1 error > [javac] 6 warnings > > BUILD FAILED > /<<PKGBUILDDIR>>/build.xml:440: Compile failed; see the compiler error output > for details. > > Total time: 3 seconds > make[1]: *** [debian/rules:9: override_dh_auto_build] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/07/02/starjava-datanode_1.0+2023.01.18-2_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240702;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240702&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.