Source: svnkit
Version: 1.8.14-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/svnkit.html

...
compile-library:
    [mkdir] Created dir: /build/1st/svnkit-1.8.14/svnkit/bin
    [mkdir] Created dir: /build/1st/svnkit-1.8.14/svnkit-cli/bin
    [mkdir] Created dir: /build/1st/svnkit-1.8.14/svnkit-javahl16/bin
    [javac] /build/1st/svnkit-1.8.14/debian/build.xml:20: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Compiling 1074 source files to /build/1st/svnkit-1.8.14/svnkit/bin
    [javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.7
    [javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.7
    [javac] Using ant.build.javac.source 1.5 is no longer supported, switching 
to 1.7
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.7
    [javac] 
/build/1st/svnkit-1.8.14/svnkit/src/main/java/org/tmatesoft/svn/core/internal/util/SVNPathUtil.java:58:
 warning: non-varargs call of varargs method with inexact argument type for 
last parameter;
    [javac]                 SVNErrorMessage err = 
SVNErrorMessage.create(SVNErrorCode.FS_PATH_SYNTAX, "Invalid control character 
''{0}'' in path ''{1}''", new String[]{"0x" + 
SVNFormatUtil.getHexNumberFromByte((byte) ch), path});
    [javac]                                                                     
                                                                           ^
    [javac]   cast to Object for a varargs call
    [javac]   cast to Object[] for a non-varargs call and to suppress this 
warning
    [javac] 
/build/1st/svnkit-1.8.14/svnkit/src/main/java/org/tmatesoft/svn/core/wc/admin/SVNAdminClient.java:1622:
 warning: non-varargs call of varargs method with inexact argument type for 
last parameter;
    [javac]             SVNErrorMessage err = 
SVNErrorMessage.create(SVNErrorCode.IO_ERROR, "Session is rooted at ''{0}'' but 
the repos root is ''{1}''", new SVNURL[] {
    [javac]                                                                     
                                                                          ^
    [javac]   cast to Object for a varargs call
    [javac]   cast to Object[] for a non-varargs call and to suppress this 
warning
    [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] 3 warnings
    [javac] /build/1st/svnkit-1.8.14/debian/build.xml:23: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Compiling 124 source files to 
/build/1st/svnkit-1.8.14/svnkit-cli/bin
    [javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.7
    [javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.7
    [javac] Using ant.build.javac.source 1.5 is no longer supported, switching 
to 1.7
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.7
    [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 warning
    [javac] /build/1st/svnkit-1.8.14/debian/build.xml:26: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Compiling 38 source files to 
/build/1st/svnkit-1.8.14/svnkit-javahl16/bin
    [javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.7
    [javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.7
    [javac] Using ant.build.javac.source 1.5 is no longer supported, switching 
to 1.7
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.7
    [javac] 
/build/1st/svnkit-1.8.14/svnkit-javahl16/src/main/java/org/apache/subversion/javahl/SVNClient.java:14:
 error: SVNClient is not abstract and does not override abstract method 
logMessages(String,Revision,List<RevisionRange>,boolean,boolean,boolean,Set<String>,boolean,long,LogMessageCallback)
 in ISVNClient
    [javac] public class SVNClient implements ISVNClient {
    [javac]        ^
    [javac] 
/build/1st/svnkit-1.8.14/svnkit-javahl16/src/main/java/org/tmatesoft/svn/core/javahl17/SVNClientImpl.java:38:
 error: SVNClientImpl is not abstract and does not override abstract method 
logMessages(String,Revision,List<RevisionRange>,boolean,boolean,boolean,Set<String>,boolean,long,LogMessageCallback)
 in ISVNClient
    [javac] public class SVNClientImpl implements ISVNClient {
    [javac]        ^
    [javac] 
/build/1st/svnkit-1.8.14/svnkit-javahl16/src/main/java/org/apache/subversion/javahl/SVNRepos.java:17:
 error: SVNRepos is not abstract and does not override abstract method 
load(File,InputStream,Revision,Revision,boolean,boolean,boolean,boolean,boolean,boolean,boolean,String,ReposNotifyCallback)
 in ISVNRepos
    [javac] public class SVNRepos implements ISVNRepos {
    [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] 3 errors
    [javac] 1 warning

BUILD FAILED
/build/1st/svnkit-1.8.14/debian/build.xml:26: Compile failed; see the compiler 
error output for details.

Total time: 19 seconds
make[1]: *** [debian/rules:10: override_dh_auto_build] Error 1

Reply via email to