Bug#895469: openjfx FTBFS on armel: invalid instructions

2018-04-11 Thread Adrian Bunk
Source: openjfx
Version: 8u141-b14-3
Severity: serious
Tags: buster sid patch

https://buildd.debian.org/status/fetch.php?pkg=openjfx=armel=8u161-b12-1=1523051663=0

...
/tmp/ccxxsDUf.s: Assembler messages:
/tmp/ccxxsDUf.s:311: Error: selected processor does not support `movw 
r8,#:lower16:.Lllint_op_enter-.LrelativePCBase' in ARM mode
/tmp/ccxxsDUf.s:312: Error: selected processor does not support `movt 
r8,#:upper16:.Lllint_op_enter-.LrelativePCBase' in ARM mode
/tmp/ccxxsDUf.s:316: Error: selected processor does not support `movw 
r8,#:lower16:.Lllint_op_get_scope-.LrelativePCBase' in ARM mode
/tmp/ccxxsDUf.s:317: Error: selected processor does not support `movt 
r8,#:upper16:.Lllint_op_get_scope-.LrelativePCBase' in ARM mode
...


The baseline of the armel port was raised a few months ago,
this can be fixed with:

debian/patches/26-disable-webkit-jit-for-armv4.patch
-+#if CPU(ARM) && WTF_ARM_ARCH_VERSION < 5
++#if CPU(ARM) && WTF_ARM_ARCH_VERSION <= 5

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#895455: gradle breaks everytime Groovy is upgraded

2018-04-11 Thread Adrian Bunk
Package: gradle
Version: 3.4.1-6
Severity: serious
Control: affects -1 src:triplea src:zeroc-ice src:gradle-propdeps-plugin 
src:groovy src:gradle-jflex-plugin

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gradle-jflex-plugin.html

...
FAILURE: Build failed with an exception.

* What went wrong:
Could not create service of type ClassLoaderRegistry using 
GlobalScopeServices.createClassLoaderRegistry().

* Try:
Run with --debug option to get more log output.

* Exception is:
org.gradle.internal.service.ServiceCreationException: Could not create service 
of type ClassLoaderRegistry using 
GlobalScopeServices.createClassLoaderRegistry().
at 
org.gradle.internal.service.DefaultServiceRegistry$FactoryMethodService.invokeMethod(DefaultServiceRegistry.java:807)
at 
org.gradle.internal.service.DefaultServiceRegistry$FactoryService.create(DefaultServiceRegistry.java:761)
at 
org.gradle.internal.service.DefaultServiceRegistry$ManagedObjectProvider.getInstance(DefaultServiceRegistry.java:598)
at 
org.gradle.internal.service.DefaultServiceRegistry$SingletonService.get(DefaultServiceRegistry.java:643)
at 
org.gradle.internal.service.DefaultServiceRegistry.applyConfigureMethod(DefaultServiceRegistry.java:253)
at 
org.gradle.internal.service.DefaultServiceRegistry.findProviderMethods(DefaultServiceRegistry.java:214)
at 
org.gradle.internal.service.DefaultServiceRegistry.addProvider(DefaultServiceRegistry.java:352)
at 
org.gradle.internal.service.ServiceRegistryBuilder.build(ServiceRegistryBuilder.java:52)
at 
org.gradle.launcher.cli.BuildActionsFactory.createGlobalClientServices(BuildActionsFactory.java:153)
at 
org.gradle.launcher.cli.BuildActionsFactory.runBuildInSingleUseDaemon(BuildActionsFactory.java:141)
at 
org.gradle.launcher.cli.BuildActionsFactory.createAction(BuildActionsFactory.java:89)
at 
org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.createAction(CommandLineActionFactory.java:249)
at 
org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:239)
at 
org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:217)
at 
org.gradle.launcher.cli.JavaRuntimeValidationAction.execute(JavaRuntimeValidationAction.java:33)
at 
org.gradle.launcher.cli.JavaRuntimeValidationAction.execute(JavaRuntimeValidationAction.java:24)
at 
org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:33)
at 
org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:22)
at 
org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:210)
at 
org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:174)
at org.gradle.launcher.Main.doAction(Main.java:33)
at org.gradle.launcher.bootstrap.EntryPoint.run(EntryPoint.java:45)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at 
org.gradle.launcher.bootstrap.ProcessBootstrap.runNoExit(ProcessBootstrap.java:60)
at 
org.gradle.launcher.bootstrap.ProcessBootstrap.run(ProcessBootstrap.java:37)
at org.gradle.launcher.GradleMain.main(GradleMain.java:23)
Caused by: java.lang.IllegalArgumentException: Cannot find JAR 
'groovy-all-2.4.14.jar' required by module 'gradle-plugins' using classpath or 
distribution directory '/usr/share/gradle'
at 
org.gradle.api.internal.classpath.DefaultModuleRegistry.findDependencyJar(DefaultModuleRegistry.java:233)
at 
org.gradle.api.internal.classpath.DefaultModuleRegistry.findDependencyJars(DefaultModuleRegistry.java:123)
at 
org.gradle.api.internal.classpath.DefaultModuleRegistry.module(DefaultModuleRegistry.java:113)
at 
org.gradle.api.internal.classpath.DefaultModuleRegistry.loadModule(DefaultModuleRegistry.java:89)
at 
org.gradle.api.internal.classpath.DefaultModuleRegistry.getModule(DefaultModuleRegistry.java:77)
at 
org.gradle.api.internal.classpath.DefaultPluginModuleRegistry.getPluginModules(DefaultPluginModuleRegistry.java:39)
at 
org.gradle.api.internal.DynamicModulesClassPathProvider.findClassPath(DynamicModulesClassPathProvider.java:47)
at 
org.gradle.api.internal.DefaultClassPathRegistry.getClassPath(DefaultClassPathRegistry.java:34)
at 
org.gradle.initialization.DefaultClassLoaderRegistry.(DefaultClassLoaderRegistry.java:31)
at 

Bug#894641: gradle FTBFS: error: BaseDirSelector is not abstract and does not override abstract method isSelected(Resource) in ResourceSelector

2018-04-02 Thread Adrian Bunk
Source: gradle
Version: 3.4.1-4
Severity: serious

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

...
:docs:samples/build/1st/gradle-3.4.1/subprojects/core/src/main/java/org/gradle/api/internal/file/ant/BaseDirSelector.java:22:
 error: BaseDirSelector is not abstract and does not override abstract method 
isSelected(Resource) in ResourceSelector
public class BaseDirSelector implements FileSelector {
   ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#894540: sbt FTBFS with openjdk-9

2018-04-01 Thread Adrian Bunk
Source: sbt
Version: 0.13.13-2
Severity: serious

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

...
error: error while loading package, Missing dependency 'object java.lang.Object 
in compiler mirror', required by 
/build/1st/sbt-0.13.13/debian/sbt_home/.sbt/boot/scala-2.10.6/lib/scala-library.jar(scala/package.class)
error: error while loading package, Missing dependency 'object java.lang.Object 
in compiler mirror', required by 
/build/1st/sbt-0.13.13/debian/sbt_home/.sbt/boot/scala-2.10.6/lib/scala-library.jar(scala/runtime/package.class)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#894523: liblayout build depends on gcj

2018-03-31 Thread Adrian Bunk
Source: liblayout
Version: 0.2.10-2
Severity: serious
Tags: buster sid

The following packages have unmet dependencies:
 builddeps:liblayout : Depends: java-gcj-compat-dev

gcj has been removed from Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#894522: libserializer build depends on java-gcj-compat-dev

2018-03-31 Thread Adrian Bunk
Source: libserializer
Version: 1.1.6-4
Severity: serious
Tags: buster sid

The following packages have unmet dependencies:
 builddeps:libserializer : Depends: java-gcj-compat-dev

gcj has been removed from Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#894467: cdk FTBFS with ant 1.10

2018-03-30 Thread Adrian Bunk
Source: cdk
Version: 1:1.2.10-6
Severity: serious
Tags: buster sid

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

...
BUILD FAILED
/build/1st/cdk-1.2.10/build.xml:203: This CDK release requires Ant 1.7.1 or 
better.

Total time: 3 seconds
make: *** [/usr/share/cdbs/1/class/ant.mk:39: debian/stamp-ant-build] Error 1

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893382: closed by Markus Koschany <a...@debian.org> (Re: osgi-foundation-ee FTBFS with openjdk-9)

2018-03-28 Thread Adrian Bunk
Control: reopen -1

> Date: Wed, 28 Mar 2018 14:19:30 +0200
> From: Markus Koschany 
> To: 893382-d...@bugs.debian.org
> Subject: Re: osgi-foundation-ee FTBFS with openjdk-9
> 
> Building the package works for me. I'm going to upload a new revision
> but I think this bug is already resolved.

Still happens for me, and also on the buildd:
https://buildd.debian.org/status/fetch.php?pkg=osgi-foundation-ee=all=4.2.0-3=1522242580=0

> Markus

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#894293: jabref FTBFS with openjdk-9

2018-03-28 Thread Adrian Bunk
Source: jabref
Version: 3.8.2+ds-2
Severity: serious

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

...
parsing a schema...
compiling a schema...
net/sf/jabref/logic/importer/fileformat/bibtexml/Article.java
net/sf/jabref/logic/importer/fileformat/bibtexml/Book.java
net/sf/jabref/logic/importer/fileformat/bibtexml/Booklet.java
net/sf/jabref/logic/importer/fileformat/bibtexml/Conference.java
net/sf/jabref/logic/importer/fileformat/bibtexml/Entry.java
net/sf/jabref/logic/importer/fileformat/bibtexml/File.java
net/sf/jabref/logic/importer/fileformat/bibtexml/Inbook.java
net/sf/jabref/logic/importer/fileformat/bibtexml/Incollection.java
net/sf/jabref/logic/importer/fileformat/bibtexml/Inproceedings.java
net/sf/jabref/logic/importer/fileformat/bibtexml/Manual.java
net/sf/jabref/logic/importer/fileformat/bibtexml/Mastersthesis.java
net/sf/jabref/logic/importer/fileformat/bibtexml/Misc.java
net/sf/jabref/logic/importer/fileformat/bibtexml/MonthTypeString.java
net/sf/jabref/logic/importer/fileformat/bibtexml/ObjectFactory.java
net/sf/jabref/logic/importer/fileformat/bibtexml/Phdthesis.java
net/sf/jabref/logic/importer/fileformat/bibtexml/Proceedings.java
net/sf/jabref/logic/importer/fileformat/bibtexml/Techreport.java
net/sf/jabref/logic/importer/fileformat/bibtexml/Unpublished.java
net/sf/jabref/logic/importer/fileformat/bibtexml/package-info.java
Exception in thread "main" javax.xml.catalog.CatalogException: JAXP09030002: 
Failed to parse the catalog file.
at 
java.xml/javax.xml.catalog.CatalogMessages.reportRunTimeError(CatalogMessages.java:93)
at java.xml/javax.xml.catalog.CatalogImpl.parse(CatalogImpl.java:297)
at java.xml/javax.xml.catalog.CatalogImpl.load(CatalogImpl.java:171)
at 
java.xml/javax.xml.catalog.CatalogManager.catalog(CatalogManager.java:73)
at 
java.xml/javax.xml.catalog.CatalogManager.catalogResolver(CatalogManager.java:119)
at 
jdk.xml.bind@9.0.4/com.sun.tools.internal.xjc.CatalogUtil.getCatalog(CatalogUtil.java:50)
at 
jdk.xml.bind@9.0.4/com.sun.tools.internal.xjc.Options.addCatalog(Options.java:827)
at 
jdk.xml.bind@9.0.4/com.sun.tools.internal.xjc.Options.parseArgument(Options.java:676)
at 
jdk.xml.bind@9.0.4/com.sun.tools.internal.xjc.Driver$OptionsEx.parseArgument(Driver.java:517)
at 
jdk.xml.bind@9.0.4/com.sun.tools.internal.xjc.Options.parseArguments(Options.java:842)
at 
jdk.xml.bind@9.0.4/com.sun.tools.internal.xjc.Driver.run(Driver.java:246)
at 
jdk.xml.bind@9.0.4/com.sun.tools.internal.xjc.Driver.run(Driver.java:206)
at 
jdk.xml.bind@9.0.4/com.sun.tools.internal.xjc.Driver._main(Driver.java:129)
at 
jdk.xml.bind@9.0.4/com.sun.tools.internal.xjc.Driver.access$000(Driver.java:67)
at 
jdk.xml.bind@9.0.4/com.sun.tools.internal.xjc.Driver$1.run(Driver.java:88)
Caused by: org.xml.sax.SAXParseException; systemId: 
file:/build/1st/jabref-3.8.2+ds/src/main/resources/xjc/mods/catalog.cat; 
lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
at 
java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:204)
at 
java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:178)
at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:399)
at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:326)
at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1471)
at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:962)
at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:601)
at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:531)
at 
java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:887)
at 
java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:823)
at 
java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
at 
java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
at 
java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:639)
at 
java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:323)
at java.xml/javax.xml.parsers.SAXParser.parse(SAXParser.java:275)
at 

Bug#894292: jayway-jsonpath FTBFS with openjdk-9

2018-03-28 Thread Adrian Bunk
Source: jayway-jsonpath
Version: 2.0.0-3
Severity: serious
Tags: buster sid

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

...
FAILURE: Build failed with an exception.

* Where:
Build file '/build/1st/jayway-jsonpath-2.0.0/json-path/build.gradle' line: 4

* What went wrong:
A problem occurred evaluating project ':json-path'.
> Cannot set the value of read-only property 'displayName' for project 
> ':json-path' of type org.gradle.api.Project.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#894290: gradle should raise the source/target level to the minimum supported by the default JDK

2018-03-28 Thread Adrian Bunk
Package: gradle
Version: 3.4.1-3
Severity: serious
Control: affects -1 src:libsejda-eventstudio-java src:mockito

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libsejda-eventstudio-java.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/mockito.html

error: Source option 1.5 is no longer supported. Use 1.6 or later.
error: Target option 1.5 is no longer supported. Use 1.6 or later.

18:48 < bunk> ebourg: gradle seems to work now with Java 9. Is gradle supposed 
to also raise the source/target level of the package to be built, or are 
  these bugs in the affected packages?
18:48 < bunk> Example: 
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/mockito.html
18:50 < ebourg> bunk: Good catch, Gradle should indeed raise the source/target 
level as well.
18:50 < ebourg> to 1.7 at least


The severity might appear inflated, but there should be an RC bug
somewhere for FTBFS issues.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#894288: insubstantial FTBFS with openjdk-9

2018-03-28 Thread Adrian Bunk
Source: insubstantial
Version: 7.3+dfsg3-2
Severity: serious
Tags: buster sid

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

...
/build/1st/insubstantial-7.3+dfsg3/substance/src/main/java/org/pushingpixels/substance/internal/utils/SubstanceCoreUtilities.java:46:
 error: package com.sun.awt is not visible
import com.sun.awt.AWTUtilities;
  ^
  (package com.sun.awt is declared in module java.desktop, which does not 
export it)
/build/1st/insubstantial-7.3+dfsg3/substance/src/main/java/org/pushingpixels/substance/internal/ui/SubstanceRootPaneUI.java:87:
 error: package com.sun.awt is not visible
import com.sun.awt.AWTUtilities;
  ^
  (package com.sun.awt is declared in module java.desktop, which does not 
export it)
/build/1st/insubstantial-7.3+dfsg3/substance/src/main/java/org/pushingpixels/substance/internal/contrib/randelshofer/quaqua/QuaquaUtilities.java:22:
 error: package java.awt.peer is not visible
import java.awt.peer.*;
   ^
  (package java.awt.peer is declared in module java.desktop, which does not 
export it)
3 errors

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#894286: procyon FTBFS with openjdk-9

2018-03-28 Thread Adrian Bunk
Source: procyon
Version: 0.5.32-2
Severity: serious

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

...
/build/1st/procyon-0.5.32/Procyon.CompilerTools/src/main/java/com/strobel/assembler/metadata/ClasspathTypeLoader.java:21:
 error: cannot find symbol
import sun.misc.Resource;
   ^
  symbol:   class Resource
  location: package sun.misc
/build/1st/procyon-0.5.32/Procyon.CompilerTools/src/main/java/com/strobel/assembler/metadata/ClasspathTypeLoader.java:22:
 error: cannot find symbol
import sun.misc.URLClassPath;
   ^
  symbol:   class URLClassPath
  location: package sun.misc
/build/1st/procyon-0.5.32/Procyon.CompilerTools/src/main/java/com/strobel/assembler/metadata/ClasspathTypeLoader.java:39:
 error: cannot find symbol
private final URLClassPath _classPath;
  ^
  symbol:   class URLClassPath
  location: class ClasspathTypeLoader
...

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893221: knopflerfish-osgi FTBFS with openjdk-9

2018-03-26 Thread Adrian Bunk
On Sat, Mar 24, 2018 at 11:35:48AM +0100, Felix Natter wrote:
> hello Adrian,

Hi Felix,

> thank you very much for the report.
> 
> I am not sure that this is a Java9 issue, lookls more like some classes
> (org.osgi.annotation.versioning.*) were dropped from a package I depend
> on.

the relevant change is that javadoc now gives errors instead of warnings 
for some problems (often caused by incorrect/incomplete classpath).

Fails with Java 9:
/usr/lib/jvm/java-9-openjdk-amd64/bin/javadoc -locale en -encoding "UTF-8" 
-sourcepath osgi/framework/src -d api -subpackages org.knopflerfish:org.osgi

Works with Java 8:
/usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc -locale en -encoding "UTF-8" 
-sourcepath osgi/framework/src -d api -subpackages org.knopflerfish:org.osgi

> I will look into this soon (Friday, start of Easter weekend, at the
> latest). Can we change the priority so that the package is not removed?

knopflerfish-osgi is a key package, so won't be autoremoved from testing.

If that's fixed in a week that would be fast for a FTBFS bug,
so nothing you should worry about too much.

> Cheers and Best Regards,

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893655: libwoodstox-java FTBFS with openjdk-9

2018-03-20 Thread Adrian Bunk
Source: libwoodstox-java
Version: 1:4.1.3-1
Severity: serious
Tags: buster sid
Control: fixed -1 1:5.0.3-2
Control: close -1

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

...

compile.woodstox:
[javac] Using javac -source 1.4 is no longer supported, switching to 1.6
[javac] Using javac -target 1.4 is no longer supported, switching to 1.6
[javac] Compiling 176 source files to 
/build/1st/libwoodstox-java-4.1.3/build/classes/woodstox
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] 
/build/1st/libwoodstox-java-4.1.3/src/java/com/ctc/wstx/osgi/WstxBundleActivator.java:29:
 error: no suitable method found for 
registerService(String,InputFactoryProviderImpl,Properties)
[javac] 
ctxt.registerService(Stax2InputFactoryProvider.class.getName(), inputP, 
inputP.getProperties());
[javac] ^
[javac] method 
BundleContext.registerService(String[],Object,Dictionary) is not 
applicable
[javac]   (argument mismatch; String cannot be converted to String[])
[javac] method 
BundleContext.registerService(String,Object,Dictionary) is not 
applicable
[javac]   (argument mismatch; Properties cannot be converted to 
Dictionary)
[javac] method 
BundleContext.registerService(Class,S#1,Dictionary) is not 
applicable
[javac]   (cannot infer type-variable(s) S#1
[javac] (argument mismatch; String cannot be converted to 
Class))
[javac] method 
BundleContext.registerService(Class,ServiceFactory,Dictionary)
 is not applicable
[javac]   (cannot infer type-variable(s) S#2
[javac] (argument mismatch; String cannot be converted to 
Class))
[javac]   where S#1,S#2 are type-variables:
[javac] S#1 extends Object declared in method 
registerService(Class,S#1,Dictionary)
[javac] S#2 extends Object declared in method 
registerService(Class,ServiceFactory,Dictionary)
[javac] 
/build/1st/libwoodstox-java-4.1.3/src/java/com/ctc/wstx/osgi/WstxBundleActivator.java:31:
 error: no suitable method found for 
registerService(String,OutputFactoryProviderImpl,Properties)
[javac] 
ctxt.registerService(Stax2OutputFactoryProvider.class.getName(), outputP, 
outputP.getProperties());
[javac] ^
[javac] method 
BundleContext.registerService(String[],Object,Dictionary) is not 
applicable
[javac]   (argument mismatch; String cannot be converted to String[])
[javac] method 
BundleContext.registerService(String,Object,Dictionary) is not 
applicable
[javac]   (argument mismatch; Properties cannot be converted to 
Dictionary)
[javac] method 
BundleContext.registerService(Class,S#1,Dictionary) is not 
applicable
[javac]   (cannot infer type-variable(s) S#1
[javac] (argument mismatch; String cannot be converted to 
Class))
[javac] method 
BundleContext.registerService(Class,ServiceFactory,Dictionary)
 is not applicable
[javac]   (cannot infer type-variable(s) S#2
[javac] (argument mismatch; String cannot be converted to 
Class))
[javac]   where S#1,S#2 are type-variables:
[javac] S#1 extends Object declared in method 
registerService(Class,S#1,Dictionary)
[javac] S#2 extends Object declared in method 
registerService(Class,ServiceFactory,Dictionary)
[javac] 
/build/1st/libwoodstox-java-4.1.3/src/java/com/ctc/wstx/osgi/WstxBundleActivator.java:35:
 error: no suitable method found for 
registerService(String,ValidationSchemaFactoryProviderImpl,Properties)
[javac] 
ctxt.registerService(Stax2ValidationSchemaFactoryProvider.class.getName(), 
impl, impl.getProperties());
[javac] ^
[javac] method 
BundleContext.registerService(String[],Object,Dictionary) is not 
applicable
[javac]   (argument mismatch; String cannot be converted to String[])
[javac] method 
BundleContext.registerService(String,Object,Dictionary) is not 
applicable
[javac]   (argument mismatch; Properties cannot be converted to 
Dictionary)
[javac] method 
BundleContext.registerService(Class,S#1,Dictionary) is not 
applicable
[javac]   (cannot infer type-variable(s) S#1
[javac] (argument mismatch; String cannot be converted to 

Bug#893561: libtablelayout-java: license does not seem to meet the DFSG

2018-03-19 Thread Adrian Bunk
On Mon, Mar 19, 2018 at 10:28:13PM +0100, Francesco Poli (wintermute) wrote:
>...
> The debian/copyright file states, in part:
> 
> | The source code has been modified to make the package suitable for main (see
> | license III. 4.). The package namespace has been changed from
> | info.clearthought.layout to org.debian.tablelayout.
> 
> Personally, I don't think that applying a patch that changes the namespace
> is enough to make the package suitable for Debian main.
> I mean: it's true that it is now possible to create drop-in replacements
> for the Debian package (without further changing the namespace), but it is
> still forbidden to create a modified version that changes the namespace
> back to "info.clearthought".
> 
> I think that this restriction goes beyond what is allowed by DFSG#4.
>...

In https://lists.debian.org/debian-legal/2005/01/msg00142.html you 
agreed entirely that it is OK when software is made DFSG-free through
renaming to avoid trademark violations.

What difference would it make whether our users are forbidden to change
the namespace back to "info.clearthought" due to
1. trademark
2. licence
3. both

The precedent of Firefox and Thunderbird in Debian followed your advice 
that it is OK for 1., and I don't see anything in the DFSG that would 
imply that it would matter whether it is 1. or 2. or 3. that prevents 
our users from changing the namespace back to "info.clearthought".

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893553: visualvm FTBFS with openjdk-9

2018-03-19 Thread Adrian Bunk
Source: visualvm
Version: 1.3.9-1
Severity: serious
Tags: buster sid

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

...
compile:
 [nb-javac] Compiling 15 source files to 
/build/1st/visualvm-1.3.9/netbeans/profiler.oql/build/classes
[parseprojectxml] warning: [options] bootstrap class path not set in 
conjunction with -source 1.6
[parseprojectxml] warning: [options] source value 1.6 is obsolete and will be 
removed in a future release
[parseprojectxml] warning: [options] target value 1.6 is obsolete and will be 
removed in a future release
[parseprojectxml] warning: [options] To suppress warnings about obsolete 
options, use -Xlint:-options.
[parseprojectxml] 
/build/1st/visualvm-1.3.9/netbeans/nbbuild/build/public-package-jars/org-netbeans-api-annotations-common.jar(/org/netbeans/api/annotations/common/NonNull.class):
 warning: Cannot find annotation method 'when()' in type 'Nonnull': class file 
for javax.annotation.Nonnull not found
[parseprojectxml] error: java.nio.file.NoSuchFileException: 
/build/1st/visualvm-1.3.9/netbeans/profiler.oql/build/classes/META-INF/services/org.netbeans.modules.profiler.spi.IconsProvider
[parseprojectxml] warning: No processor claimed any of these annotations: 
org.netbeans.api.annotations.common.NonNull
[parseprojectxml] 
/build/1st/visualvm-1.3.9/netbeans/nbbuild/build/public-package-jars/org-netbeans-api-annotations-common.jar(/org/netbeans/api/annotations/common/NonNull.class):
 warning: Cannot find annotation method 'when()' in type 'Nonnull': class file 
for javax.annotation.Nonnull not found
[parseprojectxml] 1 error
[parseprojectxml] 7 warnings

BUILD FAILED
/build/1st/visualvm-1.3.9/netbeans/nbbuild/templates/projectized.xml:123: The 
following error occurred while executing this line:
/build/1st/visualvm-1.3.9/netbeans/nbbuild/templates/common.xml:220: Compile 
failed; see the compiler error output for details.

Total time: 28 seconds
make[1]: *** [debian/rules:32: override_dh_auto_build] Error 1

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893536: wildfly-common FTBFS with openjdk-9

2018-03-19 Thread Adrian Bunk
Source: wildfly-common
Version: 1.3.0-1
Severity: serious

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

...
[ERROR] Tests run: 9, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.609 s 
<<< FAILURE! - in org.wildfly.common.rpc.TestRemoteExceptionCause
[ERROR] serial0(org.wildfly.common.rpc.TestRemoteExceptionCause)  Time elapsed: 
0.197 s  <<< FAILURE!
arrays first differed at element [0]; expected: 
java.lang.StackTraceElement
 but was: 
java.lang.StackTraceElement
at 
org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:55)
at org.junit.Assert.internalArrayEquals(Assert.java:532)
at org.junit.Assert.assertArrayEquals(Assert.java:283)
at org.junit.Assert.assertArrayEquals(Assert.java:298)
at 
org.wildfly.common.rpc.TestRemoteExceptionCause.lambda$serial0$1(TestRemoteExceptionCause.java:119)
at 
org.wildfly.common.rpc.TestRemoteExceptionCause.doSerialTest(TestRemoteExceptionCause.java:112)
at 
org.wildfly.common.rpc.TestRemoteExceptionCause.serial0(TestRemoteExceptionCause.java:117)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:52)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:369)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:275)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:239)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:160)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407)
Caused by: java.lang.AssertionError: expected: 
java.lang.StackTraceElement
 but was: 
java.lang.StackTraceElement
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:144)
at 
org.junit.internal.ExactComparisonCriteria.assertElementsEqual(ExactComparisonCriteria.java:8)
at 
org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:53)
... 31 more

[ERROR] serial1(org.wildfly.common.rpc.TestRemoteExceptionCause)  Time elapsed: 
0.105 s  <<< FAILURE!
arrays first differed at element [0]; expected: 
java.lang.StackTraceElement
 but was: 
java.lang.StackTraceElement
at 
org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:55)
at org.junit.Assert.internalArrayEquals(Assert.java:532)
at org.junit.Assert.assertArrayEquals(Assert.java:283)
at 

Bug#893533: qdox2 FTBFS with openjdk-9

2018-03-19 Thread Adrian Bunk
Source: qdox2
Version: 2.0~M7-1
Severity: serious

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

...
[ERROR] Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.868 s 
<<< FAILURE! - in com.thoughtworks.qdox.EnumsModelTest
[ERROR] 
testAddEnumWithFieldAndConstructorsToModelBinary(com.thoughtworks.qdox.EnumsModelTest)
  Time elapsed: 0.913 s  <<< FAILURE!
junit.framework.AssertionFailedError
at 
com.thoughtworks.qdox.EnumsModelTest.testAddEnumWithFieldAndConstructorsToModelBinary(EnumsModelTest.java:181)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893532: undertow FTBFS with openjdk-9

2018-03-19 Thread Adrian Bunk
Source: undertow
Version: 1.4.23-1
Severity: serious

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

...
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar (default-cli) on 
project undertow-core: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - 
/build/1st/undertow-1.4.23/core/target/generated-sources/annotations/io/undertow/websockets/core/WebSocketMessages_$bundle.java:6:
 error: package javax.annotation is not visible
[ERROR] import javax.annotation.Generated;
[ERROR] ^
[ERROR]   (package javax.annotation is declared in module 
java.xml.ws.annotation, which is not in the module graph)
[ERROR] 
/build/1st/undertow-1.4.23/core/target/generated-sources/annotations/io/undertow/websockets/core/WebSocketLogger_$logger.java:5:
 error: package javax.annotation is not visible
[ERROR] import javax.annotation.Generated;
[ERROR] ^
[ERROR]   (package javax.annotation is declared in module 
java.xml.ws.annotation, which is not in the module graph)
[ERROR] 
/build/1st/undertow-1.4.23/core/target/generated-sources/annotations/io/undertow/client/UndertowClientMessages_$bundle.java:6:
 error: package javax.annotation is not visible
[ERROR] import javax.annotation.Generated;
[ERROR] ^
[ERROR]   (package javax.annotation is declared in module 
java.xml.ws.annotation, which is not in the module graph)
[ERROR] 
/build/1st/undertow-1.4.23/core/target/generated-sources/annotations/io/undertow/UndertowMessages_$bundle.java:7:
 error: package javax.annotation is not visible
[ERROR] import javax.annotation.Generated;
[ERROR] ^
[ERROR]   (package javax.annotation is declared in module 
java.xml.ws.annotation, which is not in the module graph)
[ERROR] 
/build/1st/undertow-1.4.23/core/target/generated-sources/annotations/io/undertow/UndertowLogger_$logger.java:21:
 error: package javax.annotation is not visible
[ERROR] import javax.annotation.Generated;
[ERROR] ^
[ERROR]   (package javax.annotation is declared in module 
java.xml.ws.annotation, which is not in the module graph)
[ERROR] 
[ERROR] Command line was: /usr/lib/jvm/java-9-openjdk-amd64/bin/javadoc 
@options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in 
'/build/1st/undertow-1.4.23/core/target/apidocs' dir.
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :undertow-core
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=/build/1st/undertow-1.4.23 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/undertow-1.4.23/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/build/1st/undertow-1.4.23/debian 
-Dmaven.repo.local=/build/1st/undertow-1.4.23/debian/maven-repo --batch-mode 
package javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true 
-Dlocale=en_US returned exit code 1
make: *** [debian/rules:4: build] Error 1

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893499: openhft-chronicle-core FTBFS with openjdk-9

2018-03-19 Thread Adrian Bunk
Source: openhft-chronicle-core
Version: 1.1.8-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/openhft-chronicle-core.html

...
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
/build/1st/openhft-chronicle-core-1.1.8/src/main/java/net/openhft/chronicle/core/io/IOTools.java:[32,37]
 method getCallerClass in class sun.reflect.Reflection cannot be applied to 
given types;
  required: int
  found: no arguments
  reason: actual and formal argument lists differ in length

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893498: openhft-chronicle-wire FTBFS with openjdk-9

2018-03-19 Thread Adrian Bunk
Source: openhft-chronicle-wire
Version: 1.1.13-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/openhft-chronicle-wire.html

...
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] Running net.openhft.chronicle.wire.TextLongReferenceTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.171 s 
<<< FAILURE! - in net.openhft.chronicle.wire.TextLongReferenceTest
[ERROR] testSetValue(net.openhft.chronicle.wire.TextLongReferenceTest)  Time 
elapsed: 0.09 s  <<< ERROR!
java.lang.NoClassDefFoundError: sun/misc/Cleaner
at 
net.openhft.chronicle.wire.TextLongReferenceTest.testSetValue(TextLongReferenceTest.java:27)
Caused by: java.lang.ClassNotFoundException: sun.misc.Cleaner
at 
net.openhft.chronicle.wire.TextLongReferenceTest.testSetValue(TextLongReferenceTest.java:27)

[INFO] Running net.openhft.chronicle.wire.WireInternalTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s 
<<< FAILURE! - in net.openhft.chronicle.wire.WireInternalTest
[ERROR] 
testFromSizePrefixedBinaryToText(net.openhft.chronicle.wire.WireInternalTest)  
Time elapsed: 0 s  <<< ERROR!
java.lang.NoSuchMethodError: sun.nio.ch.DirectBuffer.cleaner()Lsun/misc/Cleaner;
at 
net.openhft.chronicle.wire.WireInternalTest.testFromSizePrefixedBinaryToText(WireInternalTest.java:12)

[INFO] Running net.openhft.chronicle.wire.WireSerializedLambdaTest
[ERROR] Tests run: 3, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.001 s 
<<< FAILURE! - in net.openhft.chronicle.wire.WireSerializedLambdaTest
[ERROR] testBinaryWire(net.openhft.chronicle.wire.WireSerializedLambdaTest)  
Time elapsed: 0.001 s  <<< ERROR!
java.lang.NoSuchMethodError: sun.nio.ch.DirectBuffer.cleaner()Lsun/misc/Cleaner;
at 
net.openhft.chronicle.wire.WireSerializedLambdaTest.testBinaryWire(WireSerializedLambdaTest.java:94)

[ERROR] testTextWire(net.openhft.chronicle.wire.WireSerializedLambdaTest)  Time 
elapsed: 0 s  <<< ERROR!
java.lang.NoSuchMethodError: sun.nio.ch.DirectBuffer.cleaner()Lsun/misc/Cleaner;
at 
net.openhft.chronicle.wire.WireSerializedLambdaTest.testTextWire(WireSerializedLambdaTest.java:55)

[INFO] Running net.openhft.chronicle.wire.BinaryWireTest
[ERROR] Tests run: 182, Failures: 0, Errors: 170, Skipped: 0, Time elapsed: 
0.273 s <<< FAILURE! - in net.openhft.chronicle.wire.BinaryWireTest
[ERROR] testAllChars[0](net.openhft.chronicle.wire.BinaryWireTest)  Time 
elapsed: 0.014 s  <<< ERROR!
java.lang.NoClassDefFoundError: sun/misc/Cleaner
at 
net.openhft.chronicle.wire.BinaryWireTest.testAllChars(BinaryWireTest.java:717)

[ERROR] writeNull[0](net.openhft.chronicle.wire.BinaryWireTest)  Time elapsed: 
0.001 s  <<< ERROR!
java.lang.NoClassDefFoundError: sun/misc/Cleaner
at 
net.openhft.chronicle.wire.BinaryWireTest.writeNull(BinaryWireTest.java:680)

[ERROR] testBytes[0](net.openhft.chronicle.wire.BinaryWireTest)  Time elapsed: 
0.001 s  <<< ERROR!
java.lang.NoClassDefFoundError: sun/misc/Cleaner
at 
net.openhft.chronicle.wire.BinaryWireTest.testBytes(BinaryWireTest.java:626)

[ERROR] testRead1[0](net.openhft.chronicle.wire.BinaryWireTest)  Time elapsed: 
0.003 s  <<< ERROR!
java.lang.NoClassDefFoundError: sun/misc/Cleaner
at 
net.openhft.chronicle.wire.BinaryWireTest.testRead1(BinaryWireTest.java:168)

[ERROR] testRead2[0](net.openhft.chronicle.wire.BinaryWireTest)  Time elapsed: 
0 s  <<< ERROR!
java.lang.NoClassDefFoundError: sun/misc/Cleaner
at 
net.openhft.chronicle.wire.BinaryWireTest.testRead2(BinaryWireTest.java:193)

[ERROR] testWrite[0](net.openhft.chronicle.wire.BinaryWireTest)  Time elapsed: 
0.001 s  <<< ERROR!
java.lang.NoClassDefFoundError: sun/misc/Cleaner
at 
net.openhft.chronicle.wire.BinaryWireTest.testWrite(BinaryWireTest.java:76)

[ERROR] testFloat32[0](net.openhft.chronicle.wire.BinaryWireTest)  Time 
elapsed: 0.001 s  <<< ERROR!
java.lang.NoClassDefFoundError: sun/misc/Cleaner
at 
net.openhft.chronicle.wire.BinaryWireTest.testFloat32(BinaryWireTest.java:549)

[ERROR] testBool[0](net.openhft.chronicle.wire.BinaryWireTest)  Time elapsed: 
0.001 s  <<< ERROR!
java.lang.NoClassDefFoundError: sun/misc/Cleaner
at 
net.openhft.chronicle.wire.BinaryWireTest.testBool(BinaryWireTest.java:538)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893495: openhft-lang FTBFS with openjdk-9

2018-03-19 Thread Adrian Bunk
Source: openhft-lang
Version: 6.7.6-1
Severity: serious
Tags: buster sid

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

...
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
/build/1st/openhft-lang-6.7.6/lang/src/main/java/net/openhft/lang/io/VanillaMappedBytes.java:[18,16]
 cannot find symbol
  symbol:   class Cleaner
  location: package sun.misc
[ERROR] 
/build/1st/openhft-lang-6.7.6/lang/src/main/java/net/openhft/lang/io/AbstractMappedStore.java:[31,16]
 cannot find symbol
  symbol:   class Cleaner
  location: package sun.misc
[ERROR] 
/build/1st/openhft-lang-6.7.6/lang/src/main/java/net/openhft/lang/io/AbstractMappedStore.java:[42,19]
 cannot find symbol
  symbol:   class Cleaner
  location: class net.openhft.lang.io.AbstractMappedStore
[ERROR] 
/build/1st/openhft-lang-6.7.6/lang/src/main/java/net/openhft/lang/io/IOTools.java:[22,16]
 cannot find symbol
  symbol:   class Cleaner
  location: package sun.misc
[ERROR] 
/build/1st/openhft-lang-6.7.6/lang/src/main/java/net/openhft/lang/io/DirectStore.java:[25,16]
 cannot find symbol
  symbol:   class Cleaner
  location: package sun.misc
[ERROR] 
/build/1st/openhft-lang-6.7.6/lang/src/main/java/net/openhft/lang/io/DirectStore.java:[35,19]
 cannot find symbol
  symbol:   class Cleaner
  location: class net.openhft.lang.io.DirectStore
[ERROR] 
/build/1st/openhft-lang-6.7.6/lang/src/main/java/net/openhft/lang/io/VanillaMappedBytes.java:[95,13]
 cannot find symbol
  symbol:   class Cleaner
  location: class net.openhft.lang.io.VanillaMappedBytes
[ERROR] 
/build/1st/openhft-lang-6.7.6/lang/src/main/java/net/openhft/lang/io/AbstractMappedStore.java:[62,28]
 cannot find symbol
  symbol:   variable Cleaner
  location: class net.openhft.lang.io.AbstractMappedStore
[ERROR] 
/build/1st/openhft-lang-6.7.6/lang/src/main/java/net/openhft/lang/io/IOTools.java:[85,13]
 cannot find symbol
  symbol:   class Cleaner
  location: class net.openhft.lang.io.IOTools
[ERROR] 
/build/1st/openhft-lang-6.7.6/lang/src/main/java/net/openhft/lang/io/DirectStore.java:[65,19]
 cannot find symbol
  symbol:   variable Cleaner
  location: class net.openhft.lang.io.DirectStore

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893494: xmlbeans FTBFS with openjdk-9

2018-03-19 Thread Adrian Bunk
Source: xmlbeans
Version: 2.6.0+dfsg-2
Severity: serious

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

...
typeimpl.classes:
[mkdir] Created dir: /build/1st/xmlbeans-2.6.0+dfsg/build/classes/typeimpl
[javac] /build/1st/xmlbeans-2.6.0+dfsg/build.xml:644: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Using javac -source 1.4 is no longer supported, switching to 1.6
[javac] Using javac -target 1.4 is no longer supported, switching to 1.6
[javac] Compiling 381 source files to 
/build/1st/xmlbeans-2.6.0+dfsg/build/classes/typeimpl
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] 
/build/1st/xmlbeans-2.6.0+dfsg/src/typeimpl/org/apache/xmlbeans/impl/schema/StscChecker.java:391:
 error: unmappable character (0xEF) for encoding US-ASCII
[javac] // 5.1.1 The {content type} of the 
{base type definition} must be a simple type definition of which the {content 
type} is a ???valid restriction??? as defined in Derivation Valid (Restriction, 
Simple) (???3.14.6).
[javac] 

^
[javac] 
/build/1st/xmlbeans-2.6.0+dfsg/src/typeimpl/org/apache/xmlbeans/impl/schema/StscChecker.java:391:
 error: unmappable character (0xBF) for encoding US-ASCII
[javac] // 5.1.1 The {content type} of the 
{base type definition} must be a simple type definition of which the {content 
type} is a ???valid restriction??? as defined in Derivation Valid (Restriction, 
Simple) (???3.14.6).
[javac] 

 ^
[javac] 
/build/1st/xmlbeans-2.6.0+dfsg/src/typeimpl/org/apache/xmlbeans/impl/schema/StscChecker.java:391:
 error: unmappable character (0xBD) for encoding US-ASCII
[javac] // 5.1.1 The {content type} of the 
{base type definition} must be a simple type definition of which the {content 
type} is a ???valid restriction??? as defined in Derivation Valid (Restriction, 
Simple) (???3.14.6).
[javac] 

  ^
[javac] 
/build/1st/xmlbeans-2.6.0+dfsg/src/typeimpl/org/apache/xmlbeans/impl/schema/StscChecker.java:391:
 error: unmappable character (0xEF) for encoding US-ASCII
[javac] // 5.1.1 The {content type} of the 
{base type definition} must be a simple type definition of which the {content 
type} is a ???valid restriction??? as defined in Derivation Valid (Restriction, 
Simple) (???3.14.6).
[javac] 

^
[javac] 
/build/1st/xmlbeans-2.6.0+dfsg/src/typeimpl/org/apache/xmlbeans/impl/schema/StscChecker.java:391:
 error: unmappable character (0xBF) for encoding US-ASCII
[javac] // 5.1.1 The {content type} of the 
{base type definition} must be a simple type definition of which the {content 
type} is a ???valid restriction??? as defined in Derivation Valid (Restriction, 
Simple) (???3.14.6).
[javac] 

 ^
[javac] 
/build/1st/xmlbeans-2.6.0+dfsg/src/typeimpl/org/apache/xmlbeans/impl/schema/StscChecker.java:391:
 error: unmappable character (0xBD) for encoding US-ASCII
[javac] // 5.1.1 The {content type} of the 
{base type definition} must be a simple type definition of which the {content 
type} is a ???valid restriction??? as defined in Derivation Valid (Restriction, 
Simple) (???3.14.6).
[javac] 

  ^
[javac] 
/build/1st/xmlbeans-2.6.0+dfsg/src/typeimpl/org/apache/xmlbeans/impl/schema/StscChecker.java:391:
 error: unmappable character (0xEF) for encoding US-ASCII
[javac] // 5.1.1 The {content type} of the 
{base type definition} must be a simple type definition of 

Bug#893419: stylebook FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: stylebook
Version: 1.0~b3~svn20061109-6
Severity: serious
Tags: buster sid

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

...
compile2:
[javac] /build/1st/stylebook-1.0~b3~svn20061109/build.xml:86: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] This version of java does not support the classic compiler; 
upgrading to modern
[javac] Compiling 40 source files to 
/build/1st/stylebook-1.0~b3~svn20061109/build/classes
[javac] This version of java does not support the classic compiler; 
upgrading to modern
[javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.6
[javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.6
[javac] Using ant.build.javac.source 1.5 is no longer supported, switching 
to 1.6
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] 
/build/1st/stylebook-1.0~b3~svn20061109/src/org/apache/stylebook/AbstractComponent.java:16:
 error: unmappable character (0xC3) for encoding US-ASCII
[javac]  * @version CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 
+0100 (m??n, 15 nov 1999) $
[javac] 
   ^
[javac] 
/build/1st/stylebook-1.0~b3~svn20061109/src/org/apache/stylebook/AbstractComponent.java:16:
 error: unmappable character (0xA5) for encoding US-ASCII
[javac]  * @version CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 
+0100 (m??n, 15 nov 1999) $
[javac] 
^
[javac] 
/build/1st/stylebook-1.0~b3~svn20061109/src/org/apache/stylebook/BasicParameters.java:19:
 error: unmappable character (0xC3) for encoding US-ASCII
[javac]  * @version CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 
+0100 (m??n, 15 nov 1999) $
[javac] 
   ^
[javac] 
/build/1st/stylebook-1.0~b3~svn20061109/src/org/apache/stylebook/BasicParameters.java:19:
 error: unmappable character (0xA5) for encoding US-ASCII
[javac]  * @version CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 
+0100 (m??n, 15 nov 1999) $
[javac] 
^
[javac] 
/build/1st/stylebook-1.0~b3~svn20061109/src/org/apache/stylebook/Component.java:16:
 error: unmappable character (0xC3) for encoding US-ASCII
[javac]  * @version CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 
+0100 (m??n, 15 nov 1999) $
[javac] 
   ^
[javac] 
/build/1st/stylebook-1.0~b3~svn20061109/src/org/apache/stylebook/Component.java:16:
 error: unmappable character (0xA5) for encoding US-ASCII
[javac]  * @version CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 
+0100 (m??n, 15 nov 1999) $
[javac] 
^
[javac] 
/build/1st/stylebook-1.0~b3~svn20061109/src/org/apache/stylebook/ComponentFactory.java:16:
 error: unmappable character (0xC3) for encoding US-ASCII
[javac]  * @version CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 
+0100 (m??n, 15 nov 1999) $
[javac] 
   ^
[javac] 
/build/1st/stylebook-1.0~b3~svn20061109/src/org/apache/stylebook/ComponentFactory.java:16:
 error: unmappable character (0xA5) for encoding US-ASCII
[javac]  * @version CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 
+0100 (m??n, 15 nov 1999) $
[javac] 
^
[javac] 
/build/1st/stylebook-1.0~b3~svn20061109/src/org/apache/stylebook/CreationException.java:19:
 error: unmappable character (0xC3) for encoding US-ASCII
[javac]  * @version CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 
+0100 (m??n, 15 nov 1999) $
[javac] 
   ^
[javac] 
/build/1st/stylebook-1.0~b3~svn20061109/src/org/apache/stylebook/CreationException.java:19:
 error: unmappable character (0xA5) for encoding US-ASCII
[javac]  * @version CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 
+0100 (m??n, 15 nov 1999) $
[javac] 
^
[javac] 
/build/1st/stylebook-1.0~b3~svn20061109/src/org/apache/stylebook/Engine.java:19:
 error: unmappable character (0xC3) for encoding US-ASCII
[javac]  * @version CVS 

Bug#893417: spock FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: spock
Version: 0.7-groovy-2.0-3
Severity: serious
Tags: buster sid

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

...
build.core:
[mkdir] Created dir: /build/1st/spock-0.7-groovy-2.0/spock-core/build
  [groovyc] Compiling 350 source files to 
/build/1st/spock-0.7-groovy-2.0/spock-core/build
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.codehaus.groovy.reflection.CachedClass 
(file:/usr/share/java/groovy-all.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of 
org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
  [groovyc] org.codehaus.groovy.control.MultipleCompilationErrorsException: 
startup failed:
  [groovyc] Invalid commandline usage for javac.
  [groovyc] warning: [options] bootstrap class path not set in conjunction with 
-source 1.5
  [groovyc] error: Source option 1.5 is no longer supported. Use 1.6 or later.
  [groovyc] error: Target option 1.5 is no longer supported. Use 1.6 or later.
  [groovyc] 
  [groovyc] 
  [groovyc] 1 error

BUILD FAILED
/build/1st/spock-0.7-groovy-2.0/debian/build.xml:82: The following error 
occurred while executing this line:
/build/1st/spock-0.7-groovy-2.0/debian/build.xml:122: Compilation Failed

Total time: 2 seconds
dh_auto_build: ant -Duser.name debian returned exit code 1
make: *** [debian/rules:8: build] Error 2

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893420: swt-gtk FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: swt-gtk
Version: 3.8.2-4
Severity: serious

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

...
/usr/bin/make -f debian/Makefile -C . CFLAGS="-g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2" 
CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" 
CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro" 
make[1]: Entering directory '/build/1st/swt-gtk-3.8.2'
find org -name *.java -o -name *.properties | sort > swt-gtk-3.8.2.files
mkdir -p swt-gtk-3.8.2
grep \.java swt-gtk-3.8.2.files | xargs -r javac -classpath . -source 1.5 
-target 1.5 -d swt-gtk-3.8.2
warning: [options] bootstrap class path not set in conjunction with -source 1.5
error: Source option 1.5 is no longer supported. Use 1.6 or later.
error: Target option 1.5 is no longer supported. Use 1.6 or later.
make[1]: *** [debian/Makefile:25: swt-gtk-3.8.2-stamp] Error 123

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893410: polyglot-maven FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: polyglot-maven
Version: 0.8~tobrien+git20120905-8
Severity: serious

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

...
build.groovy:
  [groovyc] Compiling 31 source files to 
/build/1st/polyglot-maven-0.8~tobrien+git20120905/build/groovy
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.codehaus.groovy.reflection.CachedClass 
(file:/usr/share/java/groovy-all.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of 
org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
  [groovyc] org.codehaus.groovy.control.MultipleCompilationErrorsException: 
startup failed:
  [groovyc] Invalid commandline usage for javac.
  [groovyc] warning: [options] bootstrap class path not set in conjunction with 
-source 1.5
  [groovyc] error: Source option 1.5 is no longer supported. Use 1.6 or later.
  [groovyc] error: Target option 1.5 is no longer supported. Use 1.6 or later.
  [groovyc] 
  [groovyc] 
  [groovyc] 1 error

BUILD FAILED
/build/1st/polyglot-maven-0.8~tobrien+git20120905/debian/build.xml:118: The 
following error occurred while executing this line:
/build/1st/polyglot-maven-0.8~tobrien+git20120905/debian/build.xml:273: 
Compilation Failed

Total time: 5 seconds
dh_auto_build: ant -Duser.name debian returned exit code 1
make[1]: *** [debian/rules:15: override_dh_auto_build] Error 2

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893416: sezpoz FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: sezpoz
Version: 1.10-2
Severity: serious
Tags: buster sid

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

...
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] Running net.java.sezpoz.IndexTest
warning: Supported source version 'RELEASE_6' from annotation processor 
'net.java.sezpoz.impl.Indexer6' less than -source '1.9'
/tmp/net.java.sezpoz.IndexTest/test1/src/x/A.java:5: warning: should be marked 
@Retention(RetentionPolicy.SOURCE)
public @interface A {}
^
error: java.nio.file.NoSuchFileException: 
/tmp/net.java.sezpoz.IndexTest/test1/clz/META-INF/annotations/x.A
1 error
2 warnings
warning: Supported source version 'RELEASE_6' from annotation processor 
'net.java.sezpoz.impl.Indexer6' less than -source '1.9'
/tmp/net.java.sezpoz.IndexTest/test2/src/x/A.java:6: warning: should be marked 
@Retention(RetentionPolicy.SOURCE)
public @interface A {
^
error: java.nio.file.NoSuchFileException: 
/tmp/net.java.sezpoz.IndexTest/test2/clz/META-INF/annotations/x.A
1 error
2 warnings
warning: Supported source version 'RELEASE_6' from annotation processor 
'net.java.sezpoz.impl.Indexer6' less than -source '1.9'
/tmp/net.java.sezpoz.IndexTest/test3/src/api/MenuItem.java:6: warning: should 
be marked @Retention(RetentionPolicy.SOURCE)
public @interface MenuItem {
^
error: java.nio.file.NoSuchFileException: 
/tmp/net.java.sezpoz.IndexTest/test3/clz/META-INF/annotations/api.MenuItem
1 error
2 warnings
warning: Supported source version 'RELEASE_6' from annotation processor 
'net.java.sezpoz.impl.Indexer6' less than -source '1.9'
/tmp/net.java.sezpoz.IndexTest/test4/src/x/A.java:5: warning: should be marked 
@Retention(RetentionPolicy.SOURCE)
public @interface A {
^
error: java.nio.file.NoSuchFileException: 
/tmp/net.java.sezpoz.IndexTest/test4/clz/META-INF/annotations/x.A
1 error
2 warnings
warning: Supported source version 'RELEASE_6' from annotation processor 
'net.java.sezpoz.impl.Indexer6' less than -source '1.9'
/tmp/net.java.sezpoz.IndexTest/test5/src/x/A.java:6: warning: should be marked 
@Retention(RetentionPolicy.SOURCE)
public @interface A {
^
error: java.nio.file.NoSuchFileException: 
/tmp/net.java.sezpoz.IndexTest/test5/clz/META-INF/annotations/x.A
1 error
2 warnings
warning: Supported source version 'RELEASE_6' from annotation processor 
'net.java.sezpoz.impl.Indexer6' less than -source '1.9'
error: java.nio.file.NoSuchFileException: 
/tmp/net.java.sezpoz.IndexTest/test6/clz/META-INF/annotations/net.java.sezpoz.IndexTest$Marker
1 error
1 warning
warning: Supported source version 'RELEASE_6' from annotation processor 
'net.java.sezpoz.impl.Indexer6' less than -source '1.9'
/tmp/net.java.sezpoz.IndexTest/test7/src/x/A.java:5: warning: should be marked 
@Retention(RetentionPolicy.SOURCE)
public @interface A {
^
error: java.nio.file.NoSuchFileException: 
/tmp/net.java.sezpoz.IndexTest/test7/clz/META-INF/annotations/x.A
1 error
2 warnings
warning: Supported source version 'RELEASE_6' from annotation processor 
'net.java.sezpoz.impl.Indexer6' less than -source '1.9'
/tmp/net.java.sezpoz.IndexTest/test8/src/x/A.java:5: warning: should be marked 
@Retention(RetentionPolicy.SOURCE)
public @interface A {}
^
error: java.nio.file.NoSuchFileException: 
/tmp/net.java.sezpoz.IndexTest/test8/clz/META-INF/annotations/x.A
1 error
2 warnings
[ERROR] Tests run: 8, Failures: 0, 
Errors: 8, Skipped: 0, Time elapsed: 3.751 s <<< 
FAILURE! - in net.java.sezpoz.IndexTest
[ERROR] multipleCodeSources(net.java.sezpoz.IndexTest)  Time elapsed: 
1.474 s  <<< ERROR!
net.java.sezpoz.impl.AptFailedException: processing failed with error code 1
at net.java.sezpoz.IndexTest.multipleCodeSources(IndexTest.java:209)

[ERROR] complexStructure(net.java.sezpoz.IndexTest)  Time elapsed: 
0.425 s  <<< ERROR!
net.java.sezpoz.impl.AptFailedException: processing failed with error code 1
at net.java.sezpoz.IndexTest.complexStructure(IndexTest.java:398)

[ERROR] basicUsage(net.java.sezpoz.IndexTest)  Time elapsed: 0.478 s  
<<< ERROR!
net.java.sezpoz.impl.AptFailedException: processing failed with error code 1
at net.java.sezpoz.IndexTest.basicUsage(IndexTest.java:94)

[ERROR] heavyOverlap(net.java.sezpoz.IndexTest)  Time elapsed: 0.352 
s  <<< ERROR!
net.java.sezpoz.impl.AptFailedException: processing failed with error code 1
at net.java.sezpoz.IndexTest.heavyOverlap(IndexTest.java:277)

[ERROR] defaultValues(net.java.sezpoz.IndexTest)  Time elapsed: 0.24 
s  <<< ERROR!
net.java.sezpoz.impl.AptFailedException: processing failed with error code 1
at net.java.sezpoz.IndexTest.defaultValues(IndexTest.java:320)

[ERROR] 

Bug#893415: robocode FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: robocode
Version: 1.9.2.6-3
Severity: serious

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

...
[INFO] Reactor Summary:
[INFO] 
[INFO] Robocode ... SUCCESS [  0.035 s]
[INFO] Robocode API ... SUCCESS [01:27 min]
[INFO] Robocode Core .. SUCCESS [ 18.426 s]
[INFO] Robocode Host .. SUCCESS [  7.635 s]
[INFO] Robocode Repository  SUCCESS [  4.169 s]
[INFO] Robocode Battle  SUCCESS [  6.276 s]
[INFO] Robocode Sound . SUCCESS [  2.009 s]
[INFO] Robocode UI  SUCCESS [ 15.828 s]
[INFO] Robocode UI Robot editor ... SUCCESS [  6.744 s]
[INFO] Robocode Samples ... SUCCESS [  2.980 s]
[INFO] Roborumble Client .. SUCCESS [  2.028 s]
[INFO] Robocode Tested Robots . SUCCESS [  7.296 s]
[INFO] Robocode Tests . SUCCESS [  3.717 s]
[INFO] Robocode Installer . SUCCESS [  1.443 s]
[INFO] Robocode Content ... SUCCESS [  1.463 s]
[INFO] Robocode Distribution .. FAILURE [ 11.916 s]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 03:03 min
[INFO] Finished at: 2018-03-18T03:53:08-12:00
[INFO] Final Memory: 31M/104M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single (make-assembly) on 
project robocode.distribution: Failed to create assembly: Error creating 
assembly archive setup: Cannot transform line endings on this kind of file: 
javadoc/member-search-index.zip
[ERROR] Doing so is more or less guaranteed to destroy the file, and it 
indicates a problem with your assembly descriptor.
[ERROR] This error message is new as of 2.5.3. 
[ERROR] Earlier versions of assembly-plugin will silently destroy your file. 
Fix your descriptor
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :robocode.distribution
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=/build/1st/robocode-1.9.2.6 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/robocode-1.9.2.6/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/1st/robocode-1.9.2.6/debian 
-Dmaven.repo.local=/build/1st/robocode-1.9.2.6/debian/maven-repo --batch-mode 
package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
make[1]: *** [debian/rules:15: override_dh_auto_build] Error 2

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893412: saxonb FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: saxonb
Version: 9.1.0.8+dfsg-1
Severity: serious
Tags: buster sid

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

...
compile:
[mkdir] Created dir: /build/1st/saxonb-9.1.0.8+dfsg/build
[javac] /build/1st/saxonb-9.1.0.8+dfsg/debian/build.xml:10: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Using javac -source 1.5 is no longer supported, switching to 1.6
[javac] Using javac -target 1.5 is no longer supported, switching to 1.6
[javac] Compiling 946 source files to /build/1st/saxonb-9.1.0.8+dfsg/build
[javac] 
/build/1st/saxonb-9.1.0.8+dfsg/bj/net/sf/saxon/codenorm/NormalizerData.java:11: 
error: unmappable character (0xA9) for encoding US-ASCII
[javac]  * Copyright ? 1998-1999 Unicode, Inc. All Rights Reserved.
[javac] ^
[javac] 
/build/1st/saxonb-9.1.0.8+dfsg/bj/net/sf/saxon/codenorm/NormalizerData.java:19: 
error: unmappable character (0xA9) for encoding US-ASCII
[javac] static final String copyright = "Copyright ? 1998-1999 Unicode, 
Inc.";
[javac]^
[javac] 
/build/1st/saxonb-9.1.0.8+dfsg/bj/net/sf/saxon/codenorm/NormalizerData.java:41: 
error: unmappable character (0xB8) for encoding US-ASCII
[javac] * @param   second   second character (e.g. '?' cedilla)
[javac] ^
[javac] 
/build/1st/saxonb-9.1.0.8+dfsg/bj/net/sf/saxon/codenorm/NormalizerData.java:42: 
error: unmappable character (0xE7) for encoding US-ASCII
[javac] * @return  composite (e.g. '?')
[javac] ^
[javac] 
/build/1st/saxonb-9.1.0.8+dfsg/bj/net/sf/saxon/codenorm/UnicodeDataGenerator.java:30:
 error: unmappable character (0xA9) for encoding US-ASCII
[javac] static final String copyright = "Copyright ? 1998-1999 Unicode, 
Inc.";
[javac]^
[javac] 
/build/1st/saxonb-9.1.0.8+dfsg/bj/net/sf/saxon/number/Numberer_da.java:16: 
error: unmappable character (0xF8) for encoding US-ASCII
[javac] "", "f?rste", "anden", "tredje", "fjerde", "femte", 
"sjette", "syvende", "ottende", "niende",
[javac]   ^
[javac] 
/build/1st/saxonb-9.1.0.8+dfsg/bj/net/sf/saxon/number/Numberer_da.java:17: 
error: unmappable character (0xE9) for encoding US-ASCII
[javac] "tiende", "?lfte", "tolvte", "trettende" , "fjortende", 
"femtende", "sekstende",
[javac]^
[javac] 
/build/1st/saxonb-9.1.0.8+dfsg/bj/net/sf/saxon/number/Numberer_da.java:185: 
error: unmappable character (0xF8) for encoding US-ASCII
[javac] "mandag", "tirsdag", "onsdag", "torsdag", "fredag", 
"l?rdag", "s?ndag"
[javac]   ^
[javac] 
/build/1st/saxonb-9.1.0.8+dfsg/bj/net/sf/saxon/number/Numberer_da.java:185: 
error: unmappable character (0xF8) for encoding US-ASCII
[javac] "mandag", "tirsdag", "onsdag", "torsdag", "fredag", 
"l?rdag", "s?ndag"
[javac] 
^
[javac] 
/build/1st/saxonb-9.1.0.8+dfsg/bj/net/sf/saxon/number/Numberer_da.java:189: 
error: unmappable character (0xF8) for encoding US-ASCII
[javac] "ma", "ti", "on", "to", "fr", "l?", "s?"
[javac] ^
[javac] 
/build/1st/saxonb-9.1.0.8+dfsg/bj/net/sf/saxon/number/Numberer_da.java:189: 
error: unmappable character (0xF8) for encoding US-ASCII
[javac] "ma", "ti", "on", "to", "fr", "l?", "s?"
[javac]   ^
[javac] 
/build/1st/saxonb-9.1.0.8+dfsg/bj/net/sf/saxon/number/Numberer_de.java:64: 
error: unmappable character (0xFC) for encoding US-ASCII
[javac] "", "Eins", "Zwei", "Drei", "Vier", "F?nf", "Sechs", 
"Sieben", "Acht", "Neun",
[javac]   ^
[javac] 
/build/1st/saxonb-9.1.0.8+dfsg/bj/net/sf/saxon/number/Numberer_de.java:65: 
error: unmappable character (0xF6) for encoding US-ASCII
[javac] "Zehn", "Elf", "Zw?lf", "Dreizehn", "Vierzehn", "F?nfzehn", 
"Sechszehn",
[javac]   ^
[javac] 
/build/1st/saxonb-9.1.0.8+dfsg/bj/net/sf/saxon/number/Numberer_de.java:65: 
error: unmappable character (0xFC) for encoding US-ASCII
[javac] "Zehn", "Elf", "Zw?lf", "Dreizehn", "Vierzehn", "F?nfzehn", 
"Sechszehn",
[javac]   ^
[javac] 
/build/1st/saxonb-9.1.0.8+dfsg/bj/net/sf/saxon/number/Numberer_de.java:69: 
error: unmappable character (0xDF) for encoding US-ASCII
[javac] "", "Zehn", "Zwanzig", "Drei?ig", "Vierzig", "F?nfzig",
[javac] ^
[javac] 

Bug#893384: openjpa FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: openjpa
Version: 2.4.2-3
Severity: serious

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

...
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar (default-cli) on 
project openjpa-kernel: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - 
/build/1st/openjpa-2.4.2/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/StoreManager.java:253:
 warning - Tag @see: reference not found: 
org.apache.openjpa.util.ApplicationIds#assign()
[ERROR] 
/build/1st/openjpa-2.4.2/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/StoreManager.java:272:
 warning - Tag @see: reference not found: 
org.apache.openjpa.util.ApplicationIds#assign()
[ERROR] javadoc: error - An exception occurred while building a component: 
TagInfo
[ERROR] (com.sun.tools.javac.code.Symbol$CompletionFailure: class file 
for javax.validation.ConstraintViolation not found)
[ERROR] Please file a bug against the javadoc tool via the Java bug reporting 
page
[ERROR] (http://bugreport.java.com) after checking the Bug Database 
(http://bugs.java.com)
[ERROR] for duplicates. Include error messages and the following diagnostic in 
your report. Thank you.
[ERROR] com.sun.tools.javac.code.Symbol$CompletionFailure: class file for 
javax.validation.ConstraintViolation not found
[ERROR] 
[ERROR] Command line was: /usr/lib/jvm/java-9-openjdk-amd64/bin/javadoc 
@options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in 
'/build/1st/openjpa-2.4.2/openjpa-kernel/target/apidocs' dir.
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :openjpa-kernel
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=/build/1st/openjpa-2.4.2 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/openjpa-2.4.2/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/build/1st/openjpa-2.4.2/debian 
-Dmaven.repo.local=/build/1st/openjpa-2.4.2/debian/maven-repo --batch-mode 
package javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true 
-Dlocale=en_US returned exit code 1
make: *** [debian/rules:4: build] Error 2

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893382: osgi-foundation-ee FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: osgi-foundation-ee
Version: 4.2.0-2
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/osgi-foundation-ee.html

...
Creating destination directory: "debian/_jh_build.javadoc/api/"
javadoc: error - An exception occurred while building a component: TagInfo
(com.sun.tools.javac.code.ClassFinder$BadClassFile: bad class file: 
/modules/java.base/java/util/WeakHashMap$Values.class
  undeclared type variable: V
  Please remove or make sure it appears in the correct subdirectory of the 
classpath.)
Please file a bug against the javadoc tool via the Java bug reporting page
(http://bugreport.java.com) after checking the Bug Database 
(http://bugs.java.com)
for duplicates. Include error messages and the following diagnostic in your 
report. Thank you.
com.sun.tools.javac.code.ClassFinder$BadClassFile: bad class file: 
/modules/java.base/java/util/WeakHashMap$Values.class
  undeclared type variable: V
  Please remove or make sure it appears in the correct subdirectory of the 
classpath.
at 
jdk.compiler/com.sun.tools.javac.jvm.ClassReader.badClassFile(ClassReader.java:278)
at 
jdk.compiler/com.sun.tools.javac.jvm.ClassReader.findTypeVar(ClassReader.java:963)
at 
jdk.compiler/com.sun.tools.javac.jvm.ClassReader.sigToType(ClassReader.java:670)
at 
jdk.compiler/com.sun.tools.javac.jvm.ClassReader.sigToTypes(ClassReader.java:877)
at 
jdk.compiler/com.sun.tools.javac.jvm.ClassReader.classSigToType(ClassReader.java:793)
at 
jdk.compiler/com.sun.tools.javac.jvm.ClassReader.sigToType(ClassReader.java:706)
at 
jdk.compiler/com.sun.tools.javac.jvm.ClassReader.sigToType(ClassReader.java:732)
at 
jdk.compiler/com.sun.tools.javac.jvm.ClassReader.sigToType(ClassReader.java:656)
at 
jdk.compiler/com.sun.tools.javac.jvm.ClassReader.readType(ClassReader.java:499)
at 
jdk.compiler/com.sun.tools.javac.jvm.ClassReader$11.read(ClassReader.java:1193)
at 
jdk.compiler/com.sun.tools.javac.jvm.ClassReader.readAttrs(ClassReader.java:1537)
at 
jdk.compiler/com.sun.tools.javac.jvm.ClassReader.readMemberAttrs(ClassReader.java:1527)
at 
jdk.compiler/com.sun.tools.javac.jvm.ClassReader.readMethod(ClassReader.java:2391)
at 
jdk.compiler/com.sun.tools.javac.jvm.ClassReader.readClass(ClassReader.java:2641)
at 
jdk.compiler/com.sun.tools.javac.jvm.ClassReader.readClassBuffer(ClassReader.java:2706)
at 
jdk.compiler/com.sun.tools.javac.jvm.ClassReader.readClassFile(ClassReader.java:2719)
at 
jdk.compiler/com.sun.tools.javac.code.ClassFinder.fillIn(ClassFinder.java:348)
at 
jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:285)
at 
jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:633)
at 
jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1314)
at 
jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.flags(Symbol.java:1248)
at 
jdk.compiler/com.sun.tools.javac.code.Symbol$TypeSymbol.getEnclosedElements(Symbol.java:800)
at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.util.Utils.getItems0(Utils.java:2468)
at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.util.Utils.getItems0(Utils.java:2463)
at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.util.Utils.recursiveGetItems(Utils.java:2451)
at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.util.Utils$16.visitPackage(Utils.java:2436)
at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.util.Utils$16.visitPackage(Utils.java:2432)
at 
jdk.compiler/com.sun.tools.javac.code.Symbol$PackageSymbol.accept(Symbol.java:1166)
at 
java.compiler@9.0.4/javax.lang.model.util.AbstractElementVisitor6.visit(AbstractElementVisitor6.java:106)
at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.util.Utils.getItems(Utils.java:2445)
at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.util.Utils.getClasses(Utils.java:2182)
at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.util.Utils.getAllClasses(Utils.java:2355)
at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.util.Utils.findClassInPackageElement(Utils.java:1047)
at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.WorkArounds.searchClass(WorkArounds.java:231)
at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.util.Utils.findClass(Utils.java:1065)
at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.taglets.ThrowsTaglet.inherit(ThrowsTaglet.java:76)
at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.util.DocFinder.search(DocFinder.java:257)
at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.taglets.ThrowsTaglet.inheritThrowsDocumentation(ThrowsTaglet.java:133)
at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.taglets.ThrowsTaglet.getTagletOutput(ThrowsTaglet.java:164)
at 

Bug#893380: ognl FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: ognl
Version: 2.7.3-6
Severity: serious
Tags: buster sid

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

...
compile:
[mkdir] Created dir: /build/1st/ognl-2.7.3/build/classes
[javac] /build/1st/ognl-2.7.3/osbuild.xml:60: warning: 'includeantruntime' 
was not set, defaulting to build.sysclasspath=last; set to false for repeatable 
builds
[javac] Using javac -source 1.5 is no longer supported, switching to 1.6
[javac] Using javac -target 1.5 is no longer supported, switching to 1.6
[javac] Compiling 121 source files to /build/1st/ognl-2.7.3/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[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] 4 warnings
 [copy] Copying 2 files to /build/1st/ognl-2.7.3/build/classes
[javac] /build/1st/ognl-2.7.3/osbuild.xml:70: warning: 'includeantruntime' 
was not set, defaulting to build.sysclasspath=last; set to false for repeatable 
builds
[javac] Using javac -source 1.5 is no longer supported, switching to 1.6
[javac] Using javac -target 1.5 is no longer supported, switching to 1.6
[javac] Compiling 124 source files to /build/1st/ognl-2.7.3/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] 
/build/1st/ognl-2.7.3/src/test/java/org/ognl/test/QuotingTest.java:44: error: 
unmappable character (0xE5) for encoding US-ASCII
[javac] { null, "'???MM???dd???'", "???MM???dd???"}
[javac]   ^
[javac] 
/build/1st/ognl-2.7.3/src/test/java/org/ognl/test/QuotingTest.java:44: error: 
unmappable character (0xB9) for encoding US-ASCII
[javac] { null, "'???MM???dd???'", "???MM???dd???"}
[javac]^
[javac] 
/build/1st/ognl-2.7.3/src/test/java/org/ognl/test/QuotingTest.java:44: error: 
unmappable character (0xB4) for encoding US-ASCII
[javac] { null, "'???MM???dd???'", "???MM???dd???"}
[javac] ^
[javac] 
/build/1st/ognl-2.7.3/src/test/java/org/ognl/test/QuotingTest.java:44: error: 
unmappable character (0xE6) for encoding US-ASCII
[javac] { null, "'???MM???dd???'", "???MM???dd???"}
[javac]^
[javac] 
/build/1st/ognl-2.7.3/src/test/java/org/ognl/test/QuotingTest.java:44: error: 
unmappable character (0x9C) for encoding US-ASCII
[javac] { null, "'???MM???dd???'", "???MM???dd???"}
[javac] ^
[javac] 
/build/1st/ognl-2.7.3/src/test/java/org/ognl/test/QuotingTest.java:44: error: 
unmappable character (0x88) for encoding US-ASCII
[javac] { null, "'???MM???dd???'", "???MM???dd???"}
[javac]  ^
[javac] 
/build/1st/ognl-2.7.3/src/test/java/org/ognl/test/QuotingTest.java:44: error: 
unmappable character (0xE6) for encoding US-ASCII
[javac] { null, "'???MM???dd???'", "???MM???dd???"}
[javac] ^
[javac] 
/build/1st/ognl-2.7.3/src/test/java/org/ognl/test/QuotingTest.java:44: error: 
unmappable character (0x97) for encoding US-ASCII
[javac] { null, "'???MM???dd???'", "???MM???dd???"}
[javac]  ^
[javac] 
/build/1st/ognl-2.7.3/src/test/java/org/ognl/test/QuotingTest.java:44: error: 
unmappable character (0xA5) for encoding US-ASCII
[javac] { null, "'???MM???dd???'", "???MM???dd???"}
[javac]   ^
[javac] 
/build/1st/ognl-2.7.3/src/test/java/org/ognl/test/QuotingTest.java:44: error: 
unmappable character (0xE5) for encoding US-ASCII
[javac] { null, "'???MM???dd???'", "???MM???dd???"}
[javac] ^
[javac] 
/build/1st/ognl-2.7.3/src/test/java/org/ognl/test/QuotingTest.java:44: error: 
unmappable character (0xB9) for encoding US-ASCII
[javac] { null, 

Bug#893379: naga FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: naga
Version: 3.0+svn80-1
Severity: serious
Tags: buster sid

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

...
clear_compile_dir:
[mkdir] Created dir: /build/1st/naga-3.0+svn80/_BUILD/classes
[javac] /build/1st/naga-3.0+svn80/build.xml:27: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Using javac -source 1.5 is no longer supported, switching to 1.6
[javac] Compiling 52 source files to 
/build/1st/naga-3.0+svn80/_BUILD/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] /build/1st/naga-3.0+svn80/src/main/naga/ChannelResponder.java:2: 
error: unmappable character (0xC3) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac] ^
[javac] /build/1st/naga-3.0+svn80/src/main/naga/ChannelResponder.java:2: 
error: unmappable character (0xB6) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac]  ^
[javac] /build/1st/naga-3.0+svn80/src/main/naga/ConnectionAcceptor.java:2: 
error: unmappable character (0xC3) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac] ^
[javac] /build/1st/naga-3.0+svn80/src/main/naga/ConnectionAcceptor.java:2: 
error: unmappable character (0xB6) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac]  ^
[javac] /build/1st/naga-3.0+svn80/src/main/naga/ExceptionObserver.java:2: 
error: unmappable character (0xC3) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac] ^
[javac] /build/1st/naga-3.0+svn80/src/main/naga/ExceptionObserver.java:2: 
error: unmappable character (0xB6) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac]  ^
[javac] /build/1st/naga-3.0+svn80/src/main/naga/NIOAbstractSocket.java:2: 
error: unmappable character (0xC3) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac] ^
[javac] /build/1st/naga-3.0+svn80/src/main/naga/NIOAbstractSocket.java:2: 
error: unmappable character (0xB6) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac]  ^
[javac] /build/1st/naga-3.0+svn80/src/main/naga/NIOServerSocket.java:2: 
error: unmappable character (0xC3) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac] ^
[javac] /build/1st/naga-3.0+svn80/src/main/naga/NIOServerSocket.java:2: 
error: unmappable character (0xB6) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac]  ^
[javac] /build/1st/naga-3.0+svn80/src/main/naga/NIOServerSocketSSL.java:2: 
error: unmappable character (0xC3) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac] ^
[javac] /build/1st/naga-3.0+svn80/src/main/naga/NIOServerSocketSSL.java:2: 
error: unmappable character (0xB6) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac]  ^
[javac] /build/1st/naga-3.0+svn80/src/main/naga/NIOService.java:2: error: 
unmappable character (0xC3) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac] ^
[javac] /build/1st/naga-3.0+svn80/src/main/naga/NIOService.java:2: error: 
unmappable character (0xB6) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac]  ^
[javac] /build/1st/naga-3.0+svn80/src/main/naga/NIOSocket.java:2: error: 
unmappable character (0xC3) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac] ^
[javac] /build/1st/naga-3.0+svn80/src/main/naga/NIOSocket.java:2: error: 
unmappable character (0xB6) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac]  ^
[javac] /build/1st/naga-3.0+svn80/src/main/naga/NIOSocketSSL.java:2: error: 
unmappable character (0xC3) for encoding US-ASCII
[javac] Copyright (c) 2008-2011 Christoffer Lern??
[javac] ^

Bug#893378: mp4parser FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: mp4parser
Version: 1.0.4.2-1
Severity: serious
Tags: buster sid

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

...
[INFO] Scanning for projects...
[INFO] 

[INFO] Reactor Build Order:
[INFO] 
[INFO] ISO Parser
[INFO] MP4 Parser Project
[INFO] 
[INFO] 

[INFO] Building ISO Parser 1.0.4.2
[INFO] 

[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources 
(default-resources) @ isoparser ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile 
(default-compile) @ isoparser ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 326 source files to 
/build/1st/mp4parser-1.0.4.2/isoparser/target/classes
Use of target 1.5 is no longer supported, switching to 1.7
Use of source 1.5 is no longer supported, switching to 1.7
[INFO] 
/build/1st/mp4parser-1.0.4.2/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ObjectDescriptorFactory.java:
 Some input files use or override a deprecated API.
[INFO] 
/build/1st/mp4parser-1.0.4.2/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ObjectDescriptorFactory.java:
 Recompile with -Xlint:deprecation for details.
[INFO] 
/build/1st/mp4parser-1.0.4.2/isoparser/src/main/java/com/googlecode/mp4parser/util/RangeStartMap.java:
 Some input files use unchecked or unsafe operations.
[INFO] 
/build/1st/mp4parser-1.0.4.2/isoparser/src/main/java/com/googlecode/mp4parser/util/RangeStartMap.java:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- aspectj-maven-plugin:1.10:compile 
(default) @ isoparser ---
[INFO] Showing AJC message detail for messages of types: [error, 
warning, fail]
[ERROR] can't find critical required type java.lang.Object
:

[ERROR] can't find critical required type java.lang.Object
:

[ERROR] can't find critical required type java.lang.Object
:

[ERROR] can't find critical required type java.lang.Object
:

[ERROR] can't find critical required type java.lang.Object
:

[ERROR] can't find critical required type java.lang.Object
:

[ERROR] can't find critical required type java.lang.Object
:

[ERROR] can't find critical required type java.lang.Object
:

[ERROR] can't find critical required type java.lang.Object
:

[ERROR] can't find critical required type java.lang.Object
:

[ERROR] can't find critical required type java.lang.Object
:

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893376: mina FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: mina
Version: 1.1.7.dfsg-11
Severity: serious
Tags: buster sid

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

...
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/1st/mina-1.1.7.dfsg'
# Build the packages
( CLASSPATH=/usr/share/java/slf4j-api.jar jh_build -J -o"-source 1.5 -target 
1.5" mina-core.jar core/src/main/java/  )
find core/src/main/java/ -name *.java -and -type f -print0 | xargs -s 512000 -0 
/usr/lib/jvm/default-java/bin/javac -g -cp 
/usr/share/java/slf4j-api.jar:debian/_jh_build.mina-core -d 
debian/_jh_build.mina-core -encoding ISO8859-1 -source 1.5 -target 1.5
warning: [options] bootstrap class path not set in conjunction with -source 1.5
error: Source option 1.5 is no longer supported. Use 1.6 or later.
error: Target option 1.5 is no longer supported. Use 1.6 or later.
make[1]: *** [debian/rules:43: override_dh_auto_build] Error 123

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893359: jboss-xnio FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: jboss-xnio
Version: 3.6.2-1
Severity: serious

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

...
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar (default-cli) on 
project xnio-api: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - 
/build/1st/jboss-xnio-3.6.2/api/src/main/java/java/nio/channels/FileChannel.java:19:
 error: package exists in another module: java.base
[ERROR] package java.nio.channels;
[ERROR] ^
[ERROR] 
/build/1st/jboss-xnio-3.6.2/api/target/generated-sources/annotations/org/xnio/_private/Messages_$logger.java:27:
 error: package javax.annotation is not visible
[ERROR] import javax.annotation.Generated;
[ERROR] ^
[ERROR]   (package javax.annotation is declared in module 
java.xml.ws.annotation, which is not in the module graph)
[ERROR] 
/build/1st/jboss-xnio-3.6.2/api/src/main/java/java/nio/channels/FileChannel.java:31:
 error: cannot find symbol
[ERROR] public abstract class FileChannel extends AbstractInterruptibleChannel 
implements GatheringByteChannel, ScatteringByteChannel {
[ERROR] 
  ^
[ERROR]   symbol: class GatheringByteChannel
[ERROR] 
/build/1st/jboss-xnio-3.6.2/api/src/main/java/java/nio/channels/FileChannel.java:31:
 error: cannot find symbol
[ERROR] public abstract class FileChannel extends AbstractInterruptibleChannel 
implements GatheringByteChannel, ScatteringByteChannel {
[ERROR] 
^
[ERROR]   symbol: class ScatteringByteChannel
[ERROR] 
/build/1st/jboss-xnio-3.6.2/api/src/main/java/java/nio/channels/FileChannel.java:46:
 error: cannot find symbol
[ERROR] public abstract long transferTo(long position, long count, 
WritableByteChannel target) throws IOException;
[ERROR]^
[ERROR]   symbol:   class WritableByteChannel
[ERROR]   location: class FileChannel
[ERROR] 
/build/1st/jboss-xnio-3.6.2/api/src/main/java/java/nio/channels/FileChannel.java:47:
 error: cannot find symbol
[ERROR] public abstract long transferFrom(ReadableByteChannel src, long 
position, long count) throws IOException;
[ERROR]   ^
[ERROR]   symbol:   class ReadableByteChannel
[ERROR]   location: class FileChannel
[ERROR] 
/build/1st/jboss-xnio-3.6.2/api/src/main/java/java/nio/channels/FileChannel.java:51:
 error: cannot find symbol
[ERROR] public abstract FileLock lock(long position, long size, boolean 
shared) throws IOException;
[ERROR] ^
[ERROR]   symbol:   class FileLock
[ERROR]   location: class FileChannel
[ERROR] 
/build/1st/jboss-xnio-3.6.2/api/src/main/java/java/nio/channels/FileChannel.java:52:
 error: cannot find symbol
[ERROR] public final FileLock lock() throws IOException { return null; };
[ERROR]  ^
[ERROR]   symbol:   class FileLock
[ERROR]   location: class FileChannel
[ERROR] 
/build/1st/jboss-xnio-3.6.2/api/src/main/java/java/nio/channels/FileChannel.java:53:
 error: cannot find symbol
[ERROR] public abstract FileLock tryLock(long position, long size, boolean 
shared) throws IOException;
[ERROR] ^
[ERROR]   symbol:   class FileLock
[ERROR]   location: class FileChannel
[ERROR] 
/build/1st/jboss-xnio-3.6.2/api/src/main/java/java/nio/channels/FileChannel.java:54:
 error: cannot find symbol
[ERROR] public final FileLock tryLock() throws IOException { return null; }
[ERROR]  ^
[ERROR]   symbol:   class FileLock
[ERROR]   location: class FileChannel
[ERROR] 
[ERROR] Command line was: /usr/lib/jvm/java-9-openjdk-amd64/bin/javadoc 
@options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in 
'/build/1st/jboss-xnio-3.6.2/api/target/apidocs' dir.
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :xnio-api
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=/build/1st/jboss-xnio-3.6.2 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/jboss-xnio-3.6.2/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/1st/jboss-xnio-3.6.2/debian 
-Dmaven.repo.local=/build/1st/jboss-xnio-3.6.2/debian/maven-repo --batch-mode 

Bug#893358: jboss-threads FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: jboss-threads
Version: 2.3.1-1
Severity: serious

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

...
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
/build/1st/jboss-threads-2.3.1/src/main/java/org/jboss/threads/EnhancedQueueExecutor.java:[56,16]
 cannot find symbol
  symbol:   class Contended
  location: package sun.misc
[ERROR] 
/build/1st/jboss-threads-2.3.1/src/main/java/org/jboss/threads/EnhancedQueueExecutor.java:[70,2]
 cannot find symbol
  symbol: class Contended
[ERROR] 
/build/1st/jboss-threads-2.3.1/src/main/java/org/jboss/threads/EnhancedQueueExecutor.java:[2040,6]
 cannot find symbol
  symbol:   class Contended
  location: class org.jboss.threads.EnhancedQueueExecutor
[ERROR] 
/build/1st/jboss-threads-2.3.1/src/main/java/org/jboss/threads/EnhancedQueueExecutor.java:[2121,6]
 cannot find symbol
  symbol:   class Contended
  location: class org.jboss.threads.EnhancedQueueExecutor
[ERROR] 
/build/1st/jboss-threads-2.3.1/src/main/java/org/jboss/threads/EnhancedQueueExecutor.java:[2065,6]
 cannot find symbol
  symbol:   class Contended
  location: class org.jboss.threads.EnhancedQueueExecutor
[ERROR] 
/build/1st/jboss-threads-2.3.1/src/main/java/org/jboss/threads/EnhancedQueueExecutor.java:[2097,6]
 cannot find symbol
  symbol:   class Contended
  location: class org.jboss.threads.EnhancedQueueExecutor
[INFO] 6 errors 
[INFO] -
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 53.231 s
[INFO] Finished at: 2018-03-17T08:36:14-12:00
[INFO] Final Memory: 15M/52M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile (default-compile) 
on project jboss-threads: Compilation failure: Compilation failure: 
[ERROR] 
/build/1st/jboss-threads-2.3.1/src/main/java/org/jboss/threads/EnhancedQueueExecutor.java:[56,16]
 cannot find symbol
[ERROR]   symbol:   class Contended
[ERROR]   location: package sun.misc
[ERROR] 
/build/1st/jboss-threads-2.3.1/src/main/java/org/jboss/threads/EnhancedQueueExecutor.java:[70,2]
 cannot find symbol
[ERROR]   symbol: class Contended
[ERROR] 
/build/1st/jboss-threads-2.3.1/src/main/java/org/jboss/threads/EnhancedQueueExecutor.java:[2040,6]
 cannot find symbol
[ERROR]   symbol:   class Contended
[ERROR]   location: class org.jboss.threads.EnhancedQueueExecutor
[ERROR] 
/build/1st/jboss-threads-2.3.1/src/main/java/org/jboss/threads/EnhancedQueueExecutor.java:[2121,6]
 cannot find symbol
[ERROR]   symbol:   class Contended
[ERROR]   location: class org.jboss.threads.EnhancedQueueExecutor
[ERROR] 
/build/1st/jboss-threads-2.3.1/src/main/java/org/jboss/threads/EnhancedQueueExecutor.java:[2065,6]
 cannot find symbol
[ERROR]   symbol:   class Contended
[ERROR]   location: class org.jboss.threads.EnhancedQueueExecutor
[ERROR] 
/build/1st/jboss-threads-2.3.1/src/main/java/org/jboss/threads/EnhancedQueueExecutor.java:[2097,6]
 cannot find symbol
[ERROR]   symbol:   class Contended
[ERROR]   location: class org.jboss.threads.EnhancedQueueExecutor
[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
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=/build/1st/jboss-threads-2.3.1 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/jboss-threads-2.3.1/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/1st/jboss-threads-2.3.1/debian 
-Dmaven.repo.local=/build/1st/jboss-threads-2.3.1/debian/maven-repo 
--batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned 
exit code 1
make: *** [debian/rules:4: build] Error 2

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893356: jboss-logging-tools FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: jboss-logging-tools
Version: 2.1.0-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/jboss-logging-tools.html

...
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar (default-cli) on 
project jboss-logging-tools-docs: MavenReportException: Error while generating 
Javadoc: 
[ERROR] Exit code: 1 - 
/build/1st/jboss-logging-tools-2.1.0/docs/target/generated-sources/annotations/org/jboss/logging/tools/examples/ErrorMessages_$bundle.java:5:
 error: package javax.annotation is not visible
[ERROR] import javax.annotation.Generated;
[ERROR] ^
[ERROR]   (package javax.annotation is declared in module 
java.xml.ws.annotation, which is not in the module graph)
[ERROR] 
/build/1st/jboss-logging-tools-2.1.0/docs/target/generated-sources/annotations/org/jboss/logging/tools/examples/AppLogger_$logger.java:6:
 error: package javax.annotation is not visible
[ERROR] import javax.annotation.Generated;
[ERROR] ^
[ERROR]   (package javax.annotation is declared in module 
java.xml.ws.annotation, which is not in the module graph)
[ERROR] 
[ERROR] Command line was: /usr/lib/jvm/java-9-openjdk-amd64/bin/javadoc 
@options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in 
'/build/1st/jboss-logging-tools-2.1.0/docs/target/apidocs' dir.
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :jboss-logging-tools-docs
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=/build/1st/jboss-logging-tools-2.1.0 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/jboss-logging-tools-2.1.0/debian/maven.properties
 org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/1st/jboss-logging-tools-2.1.0/debian 
-Dmaven.repo.local=/build/1st/jboss-logging-tools-2.1.0/debian/maven-repo 
--batch-mode package javadoc:jar javadoc:aggregate -DskipTests 
-Dnotimestamp=true -Dlocale=en_US returned exit code 1
make: *** [debian/rules:4: build] Error 2

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893357: jboss-logmanager FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: jboss-logmanager
Version: 2.0.7-1
Severity: serious

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

...
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] Running org.jboss.logmanager.FileHandlerPerformanceTests
459
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 s - 
in org.jboss.logmanager.FileHandlerPerformanceTests
[INFO] Running org.jboss.logmanager.LogManagerTests
[ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.001 s 
<<< FAILURE! - in org.jboss.logmanager.LogManagerTests
[ERROR] testLevelReplacement(org.jboss.logmanager.LogManagerTests)  Time 
elapsed: 0.001 s  <<< FAILURE!
java.lang.AssertionError: expected: but was:
at 
org.jboss.logmanager.LogManagerTests.testLevelReplacement(LogManagerTests.java:74)

[INFO] Running org.jboss.logmanager.formatters.PatternFormatterTests
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s 
- in org.jboss.logmanager.formatters.PatternFormatterTests
[INFO] Running org.jboss.logmanager.formatters.FormattersTests
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s 
- in org.jboss.logmanager.formatters.FormattersTests
[INFO] Running org.jboss.logmanager.formatters.StackTraceFormatterTests
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s 
- in org.jboss.logmanager.formatters.StackTraceFormatterTests
[INFO] Running org.jboss.logmanager.PropertyConfiguratorTests
Handler c2 is not defined and will not be written to the configuration for 
logger test.logger
Error manager INVALID is not defined
Handler INVALID is not defined
Formatter INVALID is not defined
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s 
- in org.jboss.logmanager.PropertyConfiguratorTests
[INFO] Running org.jboss.logmanager.LoggerTests
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s 
- in org.jboss.logmanager.LoggerTests
[INFO] Running org.jboss.logmanager.ProtectTests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s 
- in org.jboss.logmanager.ProtectTests
[INFO] Running org.jboss.logmanager.FilterTests
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s 
- in org.jboss.logmanager.FilterTests
[INFO] Running org.jboss.logmanager.handlers.AsyncHandlerTests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s 
- in org.jboss.logmanager.handlers.AsyncHandlerTests
[INFO] Running org.jboss.logmanager.handlers.PeriodicRotatingFileHandlerTests
[13:42:35,333 INFO  [null] (main) Date: 2019-05-09]
[13:42:35,350 INFO  [null] (main) Date: 2019-05-09]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s 
- in org.jboss.logmanager.handlers.PeriodicRotatingFileHandlerTests
[INFO] Running org.jboss.logmanager.handlers.SizeRotatingFileHandlerTests
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s 
- in org.jboss.logmanager.handlers.SizeRotatingFileHandlerTests
[INFO] Running 
org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandlerTests
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.038 
s - in org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandlerTests
[INFO] Running org.jboss.logmanager.handlers.SyslogHandlerTests
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s 
- in org.jboss.logmanager.handlers.SyslogHandlerTests
[INFO] Running org.jboss.logmanager.handlers.QueueHandlerTests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s 
- in org.jboss.logmanager.handlers.QueueHandlerTests
[INFO] Running org.jboss.logmanager.HandlerTests
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s 
- in org.jboss.logmanager.HandlerTests
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   LogManagerTests.testLevelReplacement:74 expected: but 
was:
[INFO] 
[ERROR] Tests run: 93, Failures: 1, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 5.358 s
[INFO] Finished at: 2019-04-19T13:42:35-12:00
[INFO] Final Memory: 17M/58M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test) on 
project jboss-logmanager: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/build/1st/jboss-logmanager-2.0.7/target/surefire-reports for the individual 
test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, 
[date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To 

Bug#893355: maven-processor-plugin FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: maven-processor-plugin
Version: 3.3.2-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/maven-processor-plugin.html

...
[INFO] 
[INFO] 
[INFO] Building MAVEN PROCESSOR PLUGIN - 3.3.2 3.3.2
[INFO] 
[INFO] 
[INFO] --- maven-plugin-plugin:3.5:helpmojo (help-goal) @ 
maven-processor-plugin ---
[ERROR] 

Artifact Ids of the format maven-___-plugin are reserved for 
plugins in the Group Id org.apache.maven.plugins
Please change your artifactId to the format ___-maven-plugin
In the future this error will break the build.


[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to read mojo source 
files, i.e. build is platform dependent!
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] java-annotations mojo extractor found 0 mojo descriptor.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
maven-processor-plugin ---
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ 
maven-processor-plugin ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding 
ANSI_X3.4-1968, i.e. build is platform dependent!
[INFO] Compiling 8 source files to 
/build/1st/maven-processor-plugin-3.3.2/target/classes
[INFO] 
/build/1st/maven-processor-plugin-3.3.2/src/main/java/org/bsc/maven/plugin/processor/Debug.java:
 Some input files use or override a deprecated API.
[INFO] 
/build/1st/maven-processor-plugin-3.3.2/src/main/java/org/bsc/maven/plugin/processor/Debug.java:
 Recompile with -Xlint:deprecation for details.
[INFO] 
/build/1st/maven-processor-plugin-3.3.2/src/main/java/org/bsc/maven/plugin/processor/AbstractAnnotationProcessorMojo.java:
 
/build/1st/maven-processor-plugin-3.3.2/src/main/java/org/bsc/maven/plugin/processor/AbstractAnnotationProcessorMojo.java
 uses unchecked or unsafe operations.
[INFO] 
/build/1st/maven-processor-plugin-3.3.2/src/main/java/org/bsc/maven/plugin/processor/AbstractAnnotationProcessorMojo.java:
 Recompile with -Xlint:unchecked for details.
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
/build/1st/maven-processor-plugin-3.3.2/src/main/java/org/bsc/maven/plugin/processor/AnnotationProcessorCompiler.java:[401,38]
  is 
not abstract and does not override abstract method 
addModules(java.lang.Iterable) in 
javax.tools.JavaCompiler.CompilationTask
[INFO] 1 error
[INFO] -
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 17.219 s
[INFO] Finished at: 2019-04-19T18:57:58-12:00
[INFO] Final Memory: 27M/90M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile (default-compile) 
on project maven-processor-plugin: Compilation failure
[ERROR] 
/build/1st/maven-processor-plugin-3.3.2/src/main/java/org/bsc/maven/plugin/processor/AnnotationProcessorCompiler.java:[401,38]
  is 
not abstract and does not override abstract method 
addModules(java.lang.Iterable) in 
javax.tools.JavaCompiler.CompilationTask
[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
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=/build/1st/maven-processor-plugin-3.3.2 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/maven-processor-plugin-3.3.2/debian/maven.properties
 org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/1st/maven-processor-plugin-3.3.2/debian 
-Dmaven.repo.local=/build/1st/maven-processor-plugin-3.3.2/debian/maven-repo 
--batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned 
exit code 1
make: *** [debian/rules:4: build] Error 2

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893347: libquartz2-java FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: libquartz2-java
Version: 2.2.3-3
Severity: serious

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

...
main:
[unzip] Expanding: 
/build/1st/libquartz2-java-2.2.3/quartz/target/quartz-2.2.3.jar into 
/build/1st/libquartz2-java-2.2.3/quartz/target/classes
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:manifest (generate-osgi-headers) @ quartz 
---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] quartz-parent .. SUCCESS [  0.002 s]
[INFO] quartz-core  SUCCESS [  8.615 s]
[INFO] quartz-commonj . SUCCESS [  3.873 s]
[INFO] quartz-jobs  SUCCESS [  2.451 s]
[INFO] quartz-plugins . SUCCESS [  2.485 s]
[INFO] quartz . FAILURE [  2.259 s]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 20.006 s
[INFO] Finished at: 2019-04-19T17:10:39-12:00
[INFO] Final Memory: 25M/86M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.felix:maven-bundle-plugin:2.5.4:manifest (generate-osgi-headers) on 
project quartz: Error trying to generate Manifest: 
/build/1st/libquartz2-java-2.2.3/quartz/target/pom.xml -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :quartz
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=/build/1st/libquartz2-java-2.2.3 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/libquartz2-java-2.2.3/debian/maven.properties
 org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/1st/libquartz2-java-2.2.3/debian 
-Dmaven.repo.local=/build/1st/libquartz2-java-2.2.3/debian/maven-repo 
--batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned 
exit code 1
make: *** [debian/rules:4: build] Error 2

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893346: libxerces2-java FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: libxerces2-java
Version: 2.11.0-8
Severity: serious

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

...
compile:
 [copy] Copying 23 files to /build/1st/libxerces2-java-2.11.0/build/classes
   [xjavac] Using javac -source 1.4 is no longer supported, switching to 1.6
   [xjavac] Using javac -target 1.4 is no longer supported, switching to 1.6
   [xjavac] Compiling 707 source files to 
/build/1st/libxerces2-java-2.11.0/build/classes
   [xjavac] Fatal Error: Unable to find package java.lang in classpath or 
bootclasspath

BUILD FAILED
/build/1st/libxerces2-java-2.11.0/build.xml:313: Compile failed; see the 
compiler error output for details.

Total time: 52 seconds
dh_auto_build: ant -propertyfile ./debian/ant.properties -Duser.name debian jar 
sampjar javadocs returned exit code 1
make[1]: *** [debian/rules:9: override_dh_auto_build] Error 2

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893345: javafxsvg FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: javafxsvg
Version: 1.2.1-1
Severity: serious

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

...
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 2.265 s
[INFO] Finished at: 2019-04-19T16:46:01-12:00
[INFO] Final Memory: 14M/48M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile (default-compile) 
on project javafxsvg: Compilation failure: Compilation failure: 
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[6,26]
 package com.sun.javafx.iio does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[7,26]
 package com.sun.javafx.iio does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[8,26]
 package com.sun.javafx.iio does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[9,26]
 package com.sun.javafx.iio does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[11,47]
 cannot find symbol
[ERROR]   symbol: class ImageLoaderFactory
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[12,30]
 cannot find symbol
[ERROR]   symbol:   class ImageLoaderFactory
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.SvgImageLoaderFactory
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[18,29]
 cannot find symbol
[ERROR]   symbol:   class ImageLoaderFactory
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.SvgImageLoaderFactory
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[23,16]
 cannot find symbol
[ERROR]   symbol:   class ImageFormatDescription
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.SvgImageLoaderFactory
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[28,16]
 cannot find symbol
[ERROR]   symbol:   class ImageLoader
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.SvgImageLoaderFactory
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/ScreenHelper.java:[3,20]
 package javafx.stage does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/ScreenHelper.java:[33,33]
 cannot find symbol
[ERROR]   symbol:   class Screen
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.ScreenHelper.ScreenAccessor
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/FixedPixelDensityImageFrame.java:[5,26]
 package com.sun.javafx.iio does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/FixedPixelDensityImageFrame.java:[6,26]
 package com.sun.javafx.iio does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/FixedPixelDensityImageFrame.java:[7,39]
 package com.sun.javafx.iio.ImageStorage does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/FixedPixelDensityImageFrame.java:[9,50]
 cannot find symbol
[ERROR]   symbol: class ImageFrame
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/FixedPixelDensityImageFrame.java:[11,44]
 cannot find symbol
[ERROR]   symbol:   class ImageType
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.FixedPixelDensityImageFrame
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/FixedPixelDensityImageFrame.java:[12,61]
 cannot find symbol
[ERROR]   symbol:   class ImageMetadata
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.FixedPixelDensityImageFrame
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgDescriptor.java:[3,33]
 package com.sun.javafx.iio.common does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgDescriptor.java:[5,36]
 cannot find symbol
[ERROR]   symbol: class ImageDescriptor
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgDescriptor.java:[11,30]
 cannot find symbol
[ERROR]   symbol:   class Signature
[ERROR]   location: class de.codecentric.centerdevice.javafxsvg.SvgDescriptor
[ERROR] 

Bug#893343: maven-debian-helper FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: maven-debian-helper
Version: 2.3~exp1
Severity: serious

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

...

mvn-local-repo:
 [copy] Copying 1119 files to 
/build/1st/maven-debian-helper-2.3~exp1/debian/.mh/maven-repo
 [java] WARNING: An illegal reflective access operation has occurred
 [java] WARNING: Illegal reflective access by 
com.google.inject.internal.cglib.core.$ReflectUtils$1 
(file:/usr/share/java/guice.jar) to method 
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
 [java] WARNING: Please consider reporting this to the maintainers of 
com.google.inject.internal.cglib.core.$ReflectUtils$1
 [java] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
 [java] WARNING: All illegal access operations will be denied in a future 
release
 [java] Exception in thread "main" 
com.google.common.util.concurrent.ExecutionError: 
com.google.common.util.concurrent.ExecutionError: 
java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
 [java] at 
com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2203)
 [java] at com.google.common.cache.LocalCache.get(LocalCache.java:3951)
 [java] at 
com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3955)
 [java] at 
com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4870)
 [java] at 
com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4876)
 [java] at 
com.google.inject.internal.FailableCache.get(FailableCache.java:48)
 [java] at 
com.google.inject.internal.ConstructorInjectorStore.get(ConstructorInjectorStore.java:50)
 [java] at 
com.google.inject.internal.ConstructorBindingImpl.initialize(ConstructorBindingImpl.java:137)
 [java] at 
com.google.inject.internal.InjectorImpl.initializeBinding(InjectorImpl.java:533)
 [java] at 
com.google.inject.internal.AbstractBindingProcessor$Processor$1.run(AbstractBindingProcessor.java:160)
 [java] at 
com.google.inject.internal.ProcessedBindingData.initializeBindings(ProcessedBindingData.java:44)
 [java] at 
com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:123)
 [java] at 
com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:107)
 [java] at com.google.inject.Guice.createInjector(Guice.java:99)
 [java] at com.google.inject.Guice.createInjector(Guice.java:73)
 [java] at com.google.inject.Guice.createInjector(Guice.java:62)
 [java] at 
org.codehaus.plexus.DefaultPlexusContainer.addPlexusInjector(DefaultPlexusContainer.java:481)
 [java] at 
org.codehaus.plexus.DefaultPlexusContainer.(DefaultPlexusContainer.java:206)
 [java] at org.apache.maven.cli.MavenCli.container(MavenCli.java:636)
 [java] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283)
 [java] at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
 [java] at org.apache.maven.cli.MavenCli.main(MavenCli.java:184)
 [java] Caused by: com.google.common.util.concurrent.ExecutionError: 
java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
 [java] at 
com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2203)
 [java] at com.google.common.cache.LocalCache.get(LocalCache.java:3951)
 [java] at 
com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3955)
 [java] at 
com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4870)
 [java] at 
com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4876)
 [java] at 
com.google.inject.internal.FailableCache.get(FailableCache.java:48)
 [java] at 
com.google.inject.internal.MembersInjectorStore.get(MembersInjectorStore.java:68)
 [java] at 
com.google.inject.internal.ConstructorInjectorStore.createConstructor(ConstructorInjectorStore.java:75)
 [java] at 
com.google.inject.internal.ConstructorInjectorStore.access$000(ConstructorInjectorStore.java:29)
 [java] at 
com.google.inject.internal.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:37)
 [java] at 
com.google.inject.internal.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:33)
 [java] at 
com.google.inject.internal.FailableCache$1.load(FailableCache.java:37)
 [java] at 
com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3540)
 [java] at 
com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2321)
 [java] at 
com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2284)
 [java] at 
com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2199)
 [java] ... 21 more
 

Bug#893342: javacc4 FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: javacc4
Version: 4.0-1
Severity: serious
Tags: buster sid

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

...
compile-nojar:
[javac] /build/1st/javacc4-4.0/src/org/javacc/parser/build.xml:50: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Using javac -source 1.4 is no longer supported, switching to 1.6
[javac] Using javac -target 1.4 is no longer supported, switching to 1.6
[javac] Compiling 130 source files to /build/1st/javacc4-4.0/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] /build/1st/javacc4-4.0/src/javacc.java:2: error: unmappable 
character (0xC2) for encoding US-ASCII
[javac]  * Copyright ?? 2002 Sun Microsystems, Inc., 4150 Network Circle, 
Santa Clara,
[javac]  ^
[javac] /build/1st/javacc4-4.0/src/javacc.java:2: error: unmappable 
character (0xA9) for encoding US-ASCII
[javac]  * Copyright ?? 2002 Sun Microsystems, Inc., 4150 Network Circle, 
Santa Clara,
[javac]   ^
[javac] /build/1st/javacc4-4.0/src/jjdoc.java:2: error: unmappable 
character (0xC2) for encoding US-ASCII
[javac]  * Copyright ?? 2002 Sun Microsystems, Inc., 4150 Network Circle, 
Santa Clara,
[javac]  ^
[javac] /build/1st/javacc4-4.0/src/jjdoc.java:2: error: unmappable 
character (0xA9) for encoding US-ASCII
[javac]  * Copyright ?? 2002 Sun Microsystems, Inc., 4150 Network Circle, 
Santa Clara,
[javac]   ^
[javac] /build/1st/javacc4-4.0/src/jjtree.java:2: error: unmappable 
character (0xC2) for encoding US-ASCII
[javac]  * Copyright ?? 2002 Sun Microsystems, Inc., 4150 Network Circle, 
Santa Clara,
[javac]  ^
[javac] /build/1st/javacc4-4.0/src/jjtree.java:2: error: unmappable 
character (0xA9) for encoding US-ASCII
[javac]  * Copyright ?? 2002 Sun Microsystems, Inc., 4150 Network Circle, 
Santa Clara,
[javac]   ^
[javac] /build/1st/javacc4-4.0/src/org/javacc/jjdoc/Generator.java:3: 
error: unmappable character (0xC2) for encoding US-ASCII
[javac]  * Copyright ?? 2002 Sun Microsystems, Inc., 4150 Network Circle, 
Santa Clara,
[javac]  ^
[javac] /build/1st/javacc4-4.0/src/org/javacc/jjdoc/Generator.java:3: 
error: unmappable character (0xA9) for encoding US-ASCII
[javac]  * Copyright ?? 2002 Sun Microsystems, Inc., 4150 Network Circle, 
Santa Clara,
[javac]   ^
[javac] /build/1st/javacc4-4.0/src/org/javacc/jjdoc/HTMLGenerator.java:3: 
error: unmappable character (0xC2) for encoding US-ASCII
[javac]  * Copyright ?? 2002 Sun Microsystems, Inc., 4150 Network Circle, 
Santa Clara,
[javac]  ^
[javac] /build/1st/javacc4-4.0/src/org/javacc/jjdoc/HTMLGenerator.java:3: 
error: unmappable character (0xA9) for encoding US-ASCII
[javac]  * Copyright ?? 2002 Sun Microsystems, Inc., 4150 Network Circle, 
Santa Clara,
[javac]   ^
[javac] /build/1st/javacc4-4.0/src/org/javacc/jjdoc/JJDoc.java:3: error: 
unmappable character (0xC2) for encoding US-ASCII
[javac]  * Copyright ?? 2002 Sun Microsystems, Inc., 4150 Network Circle, 
Santa Clara,
[javac]  ^
[javac] /build/1st/javacc4-4.0/src/org/javacc/jjdoc/JJDoc.java:3: error: 
unmappable character (0xA9) for encoding US-ASCII
[javac]  * Copyright ?? 2002 Sun Microsystems, Inc., 4150 Network Circle, 
Santa Clara,
[javac]   ^
[javac] /build/1st/javacc4-4.0/src/org/javacc/jjdoc/JJDoc.java:97: error: 
as of release 5, 'enum' is a keyword, and may not be used as an identifier
[javac] for (Enumeration enum = prods.elements(); 
enum.hasMoreElements();) {
[javac]  ^
[javac] /build/1st/javacc4-4.0/src/org/javacc/jjdoc/JJDoc.java:97: error: 
as of release 5, 'enum' is a keyword, and may not be used as an identifier
[javac] for (Enumeration enum = prods.elements(); 
enum.hasMoreElements();) {
[javac]   ^
[javac] /build/1st/javacc4-4.0/src/org/javacc/jjdoc/JJDoc.java:98: error: 
as of release 5, 'enum' is a keyword, and may not be used as an identifier
[javac]   TokenProduction tp = (TokenProduction)enum.nextElement();
[javac] ^
[javac] /build/1st/javacc4-4.0/src/org/javacc/jjdoc/JJDoc.java:142: error: 
as of release 5, 'enum' is a keyword, and may not be used as an identifier
[javac] for (Enumeration enum = prods.elements(); 
enum.hasMoreElements();) {
[javac]

Bug#893341: libjt400-java FTBFS with openjdk-9

2018-03-18 Thread Adrian Bunk
Source: libjt400-java
Version: 9.0-1
Severity: serious
Tags: buster sid

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

...
compile8:
[javac] Using javac -source 5 is no longer supported, switching to 1.6
[javac] Using javac -target 5 is no longer supported, switching to 1.6
[javac] Compiling 1482 source files to /build/1st/libjt400-java-9.0/output8
[javac] 
/build/1st/libjt400-java-9.0/java8/com/ibm/as400/access/DBVariableData.java:379:
 error: unmappable character (0xEF) for encoding US-ASCII
[javac] //1 Array = ???9911'x ,  data type 2 bytes, data length 4 
bytes, # of data items 4 bytes
[javac] ^
[javac] 
/build/1st/libjt400-java-9.0/java8/com/ibm/as400/access/DBVariableData.java:379:
 error: unmappable character (0xBF) for encoding US-ASCII
[javac] //1 Array = ???9911'x ,  data type 2 bytes, data length 4 
bytes, # of data items 4 bytes
[javac]  ^
[javac] 
/build/1st/libjt400-java-9.0/java8/com/ibm/as400/access/DBVariableData.java:379:
 error: unmappable character (0xBD) for encoding US-ASCII
[javac] //1 Array = ???9911'x ,  data type 2 bytes, data length 4 
bytes, # of data items 4 bytes
[javac]   ^
[javac] 
/build/1st/libjt400-java-9.0/java8/com/ibm/as400/access/DBVariableData.java:380:
 error: unmappable character (0xEF) for encoding US-ASCII
[javac] //2 Null Array = ???9911'x ,   (9911 + indicator)
[javac]  ^
[javac] 
/build/1st/libjt400-java-9.0/java8/com/ibm/as400/access/DBVariableData.java:380:
 error: unmappable character (0xBF) for encoding US-ASCII
[javac] //2 Null Array = ???9911'x ,   (9911 + indicator)
[javac]   ^
[javac] 
/build/1st/libjt400-java-9.0/java8/com/ibm/as400/access/DBVariableData.java:380:
 error: unmappable character (0xBD) for encoding US-ASCII
[javac] //2 Null Array = ???9911'x ,   (9911 + indicator)
[javac]^
[javac] 
/build/1st/libjt400-java-9.0/java8/com/ibm/as400/access/DBVariableData.java:381:
 error: unmappable character (0xEF) for encoding US-ASCII
[javac] //3 NonArray = ???9912'x ,  data type 2 bytes, data length 
4 bytes
[javac]^
[javac] 
/build/1st/libjt400-java-9.0/java8/com/ibm/as400/access/DBVariableData.java:381:
 error: unmappable character (0xBF) for encoding US-ASCII
[javac] //3 NonArray = ???9912'x ,  data type 2 bytes, data length 
4 bytes
[javac] ^
[javac] 
/build/1st/libjt400-java-9.0/java8/com/ibm/as400/access/DBVariableData.java:381:
 error: unmappable character (0xBD) for encoding US-ASCII
[javac] //3 NonArray = ???9912'x ,  data type 2 bytes, data length 
4 bytes
[javac]  ^
[javac] 
/build/1st/libjt400-java-9.0/java8/com/ibm/as400/access/NPCPAttributeValue.java:36:
 error: unmappable character (0xDD) for encoding US-ASCII
[javac]   *   
--??
[javac] 
^
[javac] 
/build/1st/libjt400-java-9.0/java8/com/ibm/as400/access/NPCPAttributeValue.java:36:
 error: unmappable character (0xDD) for encoding US-ASCII
[javac]   *   
--??
[javac] 
 ^
[javac] 
/build/1st/libjt400-java-9.0/java8/com/ibm/as400/access/NPCPAttributeValue.java:37:
 error: unmappable character (0xDD) for encoding US-ASCII
[javac]   *   |nn | LEN | ID1 | tt |  | ofof | .. | IDnn| tt | 
 | ofof |  ?values  |??
[javac] 
  ^
[javac] 
/build/1st/libjt400-java-9.0/java8/com/ibm/as400/access/NPCPAttributeValue.java:37:
 error: unmappable character (0xDD) for encoding US-ASCII
[javac]   *   |nn | LEN | ID1 | tt |  | ofof | .. | IDnn| tt | 
 | ofof |  ?values  |??
[javac] 
^
[javac] 
/build/1st/libjt400-java-9.0/java8/com/ibm/as400/access/NPCPAttributeValue.java:37:
 error: unmappable character (0xDD) for encoding US-ASCII
[javac]   *   |nn | LEN | ID1 | tt |  | ofof | .. | IDnn| tt | 
 | ofof |  ?values  |??
[javac] 
 ^
[javac] 
/build/1st/libjt400-java-9.0/java8/com/ibm/as400/access/NPCPAttributeValue.java:38:
 error: unmappable character (0xDD) for encoding US-ASCII
[javac]   *   

Bug#893312: lombok FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: lombok
Version: 1.16.18+ds-2
Severity: serious

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

...
[compile:javac] Compiling 18 source files to 
/build/1st/lombok-1.16.18+ds/build/lombok-utils
[ivy:compile] warning: [options] source value 1.6 is obsolete and will be 
removed in a future release
[ivy:compile] warning: [options] target value 1.6 is obsolete and will be 
removed in a future release
[ivy:compile] warning: [options] To suppress warnings about obsolete options, 
use -Xlint:-options.
[ivy:compile] 
/build/1st/lombok-1.16.18+ds/src/utils/lombok/javac/Javac.java:348: error: 
JCNoType is not abstract and does not override abstract method 
cloneWithMetadata(TypeMetadata) in Type
[ivy:compile]   private static class JCNoType extends Type implements NoType {
[ivy:compile]  ^
[ivy:compile] 
/build/1st/lombok-1.16.18+ds/src/utils/lombok/javac/Javac.java:350: error: 
constructor Type in class Type cannot be applied to given types;
[ivy:compile]   super(tag);
[ivy:compile]   ^
[ivy:compile]   required: TypeSymbol,TypeMetadata
[ivy:compile]   found: TypeSymbol
[ivy:compile]   reason: actual and formal argument lists differ in length
[ivy:compile] Note: 
/build/1st/lombok-1.16.18+ds/src/utils/lombok/javac/Javac.java uses or 
overrides a deprecated API.
[ivy:compile] Note: Recompile with -Xlint:deprecation for details.
[ivy:compile] 2 errors
[ivy:compile] 3 warnings

BUILD FAILED
/build/1st/lombok-1.16.18+ds/build.xml:185: Compile failed; see the compiler 
error output for details.

Total time: 1 minute 11 seconds
make[1]: *** [debian/rules:14: override_dh_auto_build] Error 1

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893302: lwjgl FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: lwjgl
Version: 2.9.3+dfsg-1
Severity: serious
Tags: buster sid

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

...
generate-openal:
[processor] Compiling 3 source files to /build/1st/lwjgl-2.9.3+dfsg/bin
[processor] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[processor] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[processor] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[processor] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[processor] 4 warnings
[processor] 
[processor] 
[processor] An annotation processor threw an uncaught exception.
[processor] Consult the following stack trace for details.
[processor] java.lang.RuntimeException: 
[processor] -- Failed to process template: org.lwjgl.openal.AL10 --
[processor] at 
org.lwjgl.util.generator.GeneratorProcessor.process(GeneratorProcessor.java:93)
[processor] at 
jdk.compiler/com.sun.tools.javac.processing.JavacProcessingEnvironment.callProcessor(JavacProcessingEnvironment.java:968)
[processor] at 
jdk.compiler/com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:884)
[processor] at 
jdk.compiler/com.sun.tools.javac.processing.JavacProcessingEnvironment.access$2200(JavacProcessingEnvironment.java:108)
[processor] at 
jdk.compiler/com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1206)
[processor] at 
jdk.compiler/com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1315)
[processor] at 
jdk.compiler/com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1246)
[processor] at 
jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:922)
[processor] at 
jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:302)
[processor] at 
jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:162)
[processor] at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)
[processor] at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)
[processor] Caused by: java.lang.RuntimeException: 
javax.annotation.processing.FilerException: Attempt to recreate a file for type 
org.lwjgl.openal.AL10
[processor] at 
org.lwjgl.util.generator.GeneratorVisitor.visitTypeAsInterface(GeneratorVisitor.java:331)
[processor] at 
org.lwjgl.util.generator.GeneratorVisitor.visitTypeAsInterface(GeneratorVisitor.java:60)
[processor] at 
java.compiler@9.0.4/javax.lang.model.util.ElementKindVisitor6.visitType(ElementKindVisitor6.java:151)
[processor] at 
jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.accept(Symbol.java:1432)
[processor] at 
org.lwjgl.util.generator.GeneratorProcessor.process(GeneratorProcessor.java:85)
[processor] ... 11 more
[processor] Caused by: javax.annotation.processing.FilerException: Attempt to 
recreate a file for type org.lwjgl.openal.AL10
[processor] at 
jdk.compiler/com.sun.tools.javac.processing.JavacFiler.checkNameAndExistence(JavacFiler.java:726)
[processor] at 
jdk.compiler/com.sun.tools.javac.processing.JavacFiler.createSourceOrClassFile(JavacFiler.java:488)
[processor] at 
jdk.compiler/com.sun.tools.javac.processing.JavacFiler.createSourceFile(JavacFiler.java:425)
[processor] at 
org.lwjgl.util.generator.GeneratorVisitor.visitTypeAsInterface(GeneratorVisitor.java:303)
[processor] ... 15 more

BUILD FAILED
/build/1st/lwjgl-2.9.3+dfsg/platform_build/build-generator.xml:71: Compile 
failed; see the compiler error output for details.

Total time: 2 minutes 13 seconds
make[1]: *** [debian/rules:23: override_dh_auto_build] Error 1

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893299: maven-ant-helper FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: maven-ant-helper
Version: 8.2
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/maven-ant-helper.html

...
compile:
[mkdir] Created dir: /build/1st/maven-ant-helper-8.2/build/classes
[mkdir] Created dir: /build/1st/maven-ant-helper-8.2/build/generated-sources
[javac] /build/1st/maven-ant-helper-8.2/debian/build.xml:50: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Using javac -source 1.4 is no longer supported, switching to 1.6
[javac] Using javac -target 1.4 is no longer supported, switching to 1.6
[javac] Compiling 1 source file to 
/build/1st/maven-ant-helper-8.2/build/classes
[javac] /build/1st/maven-ant-helper-8.2/src/main/java/ModelloTask.java:8: 
error: unmappable character (0xC3) for encoding US-ASCII
[javac]  * Copyright (C) 2007, Trygve Laugst??l
[javac] ^
[javac] /build/1st/maven-ant-helper-8.2/src/main/java/ModelloTask.java:8: 
error: unmappable character (0xB8) for encoding US-ASCII
[javac]  * Copyright (C) 2007, Trygve Laugst??l
[javac]  ^
[javac] 2 errors

BUILD FAILED
/build/1st/maven-ant-helper-8.2/debian/build.xml:50: Compile failed; see the 
compiler error output for details.

Total time: 1 second
dh_auto_build: ant -Duser.name debian -f debian/build.xml 
-DartifactId=maven-ant-helper -Dpackage=maven-ant-helper -Dversion=8.2 
-propertyfile debian/build.properties package returned exit code 1
make[1]: *** [debian/rules:9: override_dh_auto_build] Error 2

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893297: livetribe-jsr223 FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: livetribe-jsr223
Version: 2.0.6-1
Severity: serious
Tags: buster sid

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

...
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 

[INFO] BUILD FAILURE
[INFO] 

[INFO] Total time: 6.331 s
[INFO] Finished at: 2019-04-19T12:17:51-12:00
[INFO] Final Memory: 11M/38M
[INFO] 

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test 
(default-test) on project livetribe-jsr223: There are 
test failures.
[ERROR] 
[ERROR] Please refer to 
/build/1st/livetribe-jsr223-2.0.6/target/surefire-reports for the individual 
test results.
[ERROR] Please refer to dump files (if any exist) 
[date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] There was an error in the forked process
[ERROR] Unable to create test class 
'javax.script.ScriptExceptionTest'
[ERROR] 
org.apache.maven.surefire.booter.SurefireBooterForkException: There was 
an error in the forked process
[ERROR] Unable to create test class 
'javax.script.ScriptExceptionTest'
[ERROR]    at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:673)
[ERROR]    at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:535)
[ERROR]    at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:280)
[ERROR]    at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:245)
[ERROR]    at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1124)
[ERROR]    at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:954)
[ERROR]    at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:832)
[ERROR]    at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[ERROR]    at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR]    at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR]    at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR]    at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR]    at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR]    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[ERROR]    at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR]    at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
[ERROR]    at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
[ERROR]    at 
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
[ERROR]    at 
org.apache.maven.cli.MavenCli.execute(MavenCli.java:955)
[ERROR]    at 
org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290)
[ERROR]    at 
org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
[ERROR]    at 
org.apache.maven.cli.MavenCli.main(MavenCli.java:184)
[ERROR]    at 
org.debian.maven.Wrapper.main(Wrapper.java:89)
[ERROR]    at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
[ERROR]    at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR]    at 

Bug#893296: libvldocking-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libvldocking-java
Version: 2.1.4-4
Severity: serious
Tags: buster sid

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

...
compile:
[javac] /build/1st/libvldocking-java-2.1.4/build.xml:55: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Using javac -source 1.4 is no longer supported, switching to 1.6
[javac] Using javac -target 1.4 is no longer supported, switching to 1.6
[javac] Compiling 107 source files to 
/build/1st/libvldocking-java-2.1.4/build
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] 
/build/1st/libvldocking-java-2.1.4/src/com/vlsolutions/swing/docking/AnchorConstraints.java:14:
 error: unmappable character (0xE0) for encoding US-ASCII
[javac] Ce logiciel est un programme informatique servant ? am?liorer les 
interfaces
[javac]   ^
[javac] 
/build/1st/libvldocking-java-2.1.4/src/com/vlsolutions/swing/docking/AnchorConstraints.java:14:
 error: unmappable character (0xE9) for encoding US-ASCII
[javac] Ce logiciel est un programme informatique servant ? am?liorer les 
interfaces
[javac]   ^
[javac] 
/build/1st/libvldocking-java-2.1.4/src/com/vlsolutions/swing/docking/AnchorConstraints.java:15:
 error: unmappable character (0xE9) for encoding US-ASCII
[javac] homme-machine d'applications Java bas?es sur Swing, en leur 
apportant un
[javac]  ^
[javac] 
/build/1st/libvldocking-java-2.1.4/src/com/vlsolutions/swing/docking/AnchorConstraints.java:18:
 error: unmappable character (0xE9) for encoding US-ASCII
[javac] Ce logiciel est r?gi par la licence CeCILL soumise au droit 
fran?ais et
[javac]  ^
[javac] 
/build/1st/libvldocking-java-2.1.4/src/com/vlsolutions/swing/docking/AnchorConstraints.java:18:
 error: unmappable character (0xE7) for encoding US-ASCII
[javac] Ce logiciel est r?gi par la licence CeCILL soumise au droit 
fran?ais et
[javac] ^
[javac] 
/build/1st/libvldocking-java-2.1.4/src/com/vlsolutions/swing/docking/AnchorConstraints.java:21:
 error: unmappable character (0xE9) for encoding US-ASCII
[javac] de la licence CeCILL telle que diffus?e par le CEA, le CNRS et 
l'INRIA
[javac]  ^
[javac] 
/build/1st/libvldocking-java-2.1.4/src/com/vlsolutions/swing/docking/AnchorConstraints.java:24:
 error: unmappable character (0xE9) for encoding US-ASCII
[javac] En contrepartie de l'accessibilit? au code source et des droits de 
copie,
[javac]  ^
[javac] 
/build/1st/libvldocking-java-2.1.4/src/com/vlsolutions/swing/docking/AnchorConstraints.java:25:
 error: unmappable character (0xE9) for encoding US-ASCII
[javac] de modification et de redistribution accord?s par cette licence, il 
n'est
[javac]^
[javac] 
/build/1st/libvldocking-java-2.1.4/src/com/vlsolutions/swing/docking/AnchorConstraints.java:26:
 error: unmappable character (0xE9) for encoding US-ASCII
[javac] offert aux utilisateurs qu'une garantie limit?e.  Pour les m?mes 
raisons,
[javac]  ^
[javac] 
/build/1st/libvldocking-java-2.1.4/src/com/vlsolutions/swing/docking/AnchorConstraints.java:26:
 error: unmappable character (0xEA) for encoding US-ASCII
[javac] offert aux utilisateurs qu'une garantie limit?e.  Pour les m?mes 
raisons,
[javac] ^
[javac] 
/build/1st/libvldocking-java-2.1.4/src/com/vlsolutions/swing/docking/AnchorConstraints.java:27:
 error: unmappable character (0xE9) for encoding US-ASCII
[javac] seule une responsabilit? restreinte p?se sur l'auteur du programme, 
 le
[javac]^
[javac] 
/build/1st/libvldocking-java-2.1.4/src/com/vlsolutions/swing/docking/AnchorConstraints.java:27:
 error: unmappable character (0xE8) for encoding US-ASCII
[javac] seule une responsabilit? restreinte p?se sur l'auteur du programme, 
 le
[javac]  ^
[javac] 
/build/1st/libvldocking-java-2.1.4/src/com/vlsolutions/swing/docking/AnchorConstraints.java:28:
 error: unmappable character (0xE9) for encoding US-ASCII
[javac] titulaire des droits patrimoniaux et les conc?dants successifs.
[javac]  

Bug#893295: libxalan2-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libxalan2-java
Version: 2.7.2-1
Severity: serious

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

...
serializer.compile:
 [echo] Compiling the Serializer
[javac] /build/1st/libxalan2-java-2.7.2/build.xml:1713: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Using javac -source 1.3 is no longer supported, switching to 1.6
[javac] Using javac -target 1.3 is no longer supported, switching to 1.6
[javac] Compiling 83 source files to 
/build/1st/libxalan2-java-2.7.2/build/serializer
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] 3 warnings
[javac] Fatal Error: Unable to find package java.lang in classpath or 
bootclasspath

BUILD FAILED
/build/1st/libxalan2-java-2.7.2/build.xml:1713: Compile failed; see the 
compiler error output for details.

Total time: 16 seconds
dh_auto_build: ant -propertyfile ./debian/ant.properties -Duser.name debian jar 
xsltc.unbundledjar javadocs docs returned exit code 1
make[1]: *** [debian/rules:9: override_dh_auto_build] Error 2

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893294: libtruth-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libtruth-java
Version: 0.7.0-2
Severity: serious
Tags: buster sid

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

...
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/1st/libtruth-java-0.7.0'
jh_build --javacopts="-source 1.5 -target 1.5" libtruth-0.7.0.jar src 
find src -name *.java -and -type f -print0 | xargs -s 512000 -0 
/usr/lib/jvm/default-java/bin/javac -g -cp 
/usr/share/java/junit4.jar:debian/_jh_build.libtruth-0.7.0 -d 
debian/_jh_build.libtruth-0.7.0 -encoding ISO8859-1 -source 1.5 -target 1.5
warning: [options] bootstrap class path not set in conjunction with -source 1.5
error: Source option 1.5 is no longer supported. Use 1.6 or later.
error: Target option 1.5 is no longer supported. Use 1.6 or later.
make[1]: *** [debian/rules:10: override_dh_auto_build] Error 123

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893292: libxml-security-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libxml-security-java
Version: 1.5.8-2
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libxml-security-java.html

...
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 15.197 s
[INFO] Finished at: 2019-04-19T12:02:53-12:00
[INFO] Final Memory: 23M/78M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar (default-cli) on 
project xmlsec: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/AlgorithmMethod.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/URIDereferencer.java:32:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/NodeSetData.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/URIReference.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/Data.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/NoSuchMechanismException.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/XMLStructure.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/KeySelectorResult.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/KeySelector.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/XMLCryptoContext.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/OctetStreamData.java:28:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/MarshalException.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/KeySelectorException.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/URIReferenceException.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/dsig/Reference.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto.dsig;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/dsig/XMLSignatureFactory.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto.dsig;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/dsig/Transform.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto.dsig;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/dsig/Manifest.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto.dsig;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/dsig/XMLSignatureException.java:25:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto.dsig;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/dsig/XMLObject.java:32:
 error: package exists in another module: java.xml.crypto
[ERROR] package javax.xml.crypto.dsig;
[ERROR] ^
[ERROR] 
/build/1st/libxml-security-java-1.5.8/src/main/java/javax/xml/crypto/dsig/SignatureProperties.java:25:
 

Bug#893290: libsaxon-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libsaxon-java
Version: 1:6.5.5-11
Severity: serious

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

...
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/1st/libsaxon-java-6.5.5'
mkdir -p build build/api
/usr/lib/jvm/default-java/bin/javac -nowarn -source 1.5 -target 1.5 -sourcepath 
src -classpath /usr/share/java/jdom1.jar -d build `find src -name \*.java`
error: Source option 1.5 is no longer supported. Use 1.6 or later.
error: Target option 1.5 is no longer supported. Use 1.6 or later.
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 2

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893289: libstax-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libstax-java
Version: 1.2.0-3
Severity: serious
Tags: buster sid

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

...
compile:
[javac] /build/1st/libstax-java-1.2.0/build.xml:111: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Using javac -source 1.4 is no longer supported, switching to 1.6
[javac] Using javac -target 1.4 is no longer supported, switching to 1.6
[javac] Compiling 85 source files to 
/build/1st/libstax-java-1.2.0/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] /build/1st/libstax-java-1.2.0/src/com/wutka/dtd/Scanner.java:505: 
error: unmappable character (0xA0) for encoding US-ASCII
[javac] //[61] conditionalSect ::= ?includeSect | ignoreSect
[javac]^
[javac] /build/1st/libstax-java-1.2.0/src/com/wutka/dtd/Scanner.java:506: 
error: unmappable character (0xA0) for encoding US-ASCII
[javac] //[62] includeSect ::= ?''
[javac]^
[javac] /build/1st/libstax-java-1.2.0/src/com/wutka/dtd/Scanner.java:507: 
error: unmappable character (0xA0) for encoding US-ASCII
[javac] //[63] ignoreSect ::= ?''
[javac]   ^
[javac] /build/1st/libstax-java-1.2.0/src/com/wutka/dtd/Scanner.java:508: 
error: unmappable character (0xA0) for encoding US-ASCII
[javac] //[64] ignoreSectContents ::= ?Ignore ('' Ignore)*
[javac]   ^
[javac] /build/1st/libstax-java-1.2.0/src/com/wutka/dtd/Scanner.java:509: 
error: unmappable character (0xA0) for encoding US-ASCII
[javac] //[65] Ignore ::= ?Char* - (Char* ('') Char*)
[javac]   ^
[javac] /build/1st/libstax-java-1.2.0/src/com/wutka/dtd/Scanner.java:528: 
error: unmappable character (0xA0) for encoding US-ASCII
[javac] // has been found. ?Break out of for 
loop.
[javac]^
[javac] /build/1st/libstax-java-1.2.0/src/com/wutka/dtd/Scanner.java:551: 
error: unmappable character (0xA0) for encoding US-ASCII
[javac] // has been found. ?Increment nesting depth.
[javac]^
[javac] 7 errors
[javac] 4 warnings

BUILD FAILED
/build/1st/libstax-java-1.2.0/build.xml:111: Compile failed; see the compiler 
error output for details.

Total time: 2 seconds
make: *** [/usr/share/cdbs/1/class/ant.mk:39: debian/stamp-ant-build] Error 1

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#893288: libfreemarker-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libfreemarker-java
Version: 2.3.23-7
Severity: serious

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

...
BUILD FAILED
/build/1st/libfreemarker-java-2.3.23/build.xml:184: The 
"boot.classpath.j2se1.4" property value (${sun.boot.class.path}) seems to be an 
incorrect boot classpath. Please fix it in the /build.properties 
file, or wherever you set it.

Total time: 3 minutes 5 seconds
dh_auto_build: ant 
-Divy.settings.file=/usr/share/ivy-debian-helper/ivysettings.xml 
-Divy.default.ivy.user.dir=/build/1st/libfreemarker-java-2.3.23/.ivy2 
-Divy.default.ivy.user.dir=/build/1st/libfreemarker-java-2.3.23/.ivy 
-Dtitlebar.found=true -DTODAY= -DDSTAMP= -DTSTAMP= -DtimestampNice= 
-DtimestampInVersion= javacc jar javadoc returned exit code 1
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 1

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893287: libjogl2-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libjogl2-java
Version: 2.3.2+dfsg-5
Severity: serious
Tags: buster sid

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

...
BUILD FAILED
/build/1st/libjogl2-java-2.3.2+dfsg/make/build.xml:71: The following error 
occurred while executing this line:
/build/1st/libjogl2-java-2.3.2+dfsg/make/build-nativewindow.xml:798: The 
following error occurred while executing this line:
/build/1st/libjogl2-java-2.3.2+dfsg/make/build-nativewindow.xml:738: 
/usr/lib/jvm/jre/lib/amd64 does not exist.
at 
org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:505)
at 
net.sf.antcontrib.cpptasks.types.LibrarySet.visitLibraries(LibrarySet.java:310)
at 
net.sf.antcontrib.cpptasks.LinkerDef.visitSystemLibraries(LinkerDef.java:469)
at 
net.sf.antcontrib.cpptasks.CCTask.collectExplicitObjectFiles(CCTask.java:520)
at net.sf.antcontrib.cpptasks.CCTask.execute(CCTask.java:613)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:67)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at net.sf.antcontrib.logic.OutOfDate.execute(OutOfDate.java:457)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:67)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at 
org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:402)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:437)
at org.apache.tools.ant.Target.performTasks(Target.java:458)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
at 
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
at org.apache.tools.ant.Project.executeTargets(Project.java:1260)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:437)
at org.apache.tools.ant.Target.performTasks(Target.java:458)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
at 

Bug#893274: libpgjava FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libpgjava
Version: 9.4.1212-1
Severity: serious
Tags: buster sid

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

...
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] PostgreSQL JDBC Driver - JDBC 4.2 .. FAILURE [01:33 min]
[INFO] PostgreSQL JDBC Driver aggregate ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 01:59 min
[INFO] Finished at: 2018-03-17T04:35:18-12:00
[INFO] Final Memory: 14M/50M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:javadoc (default-cli) on 
project postgresql: An error has occurred in Javadoc report generation: 
[ERROR] Exit code: 1 - 
/build/1st/libpgjava-9.4.1212/pgjdbc/src/main/java/org/postgresql/sspi/SSPIClient.java:15:
 error: package com.sun.jna does not exist
[ERROR] import com.sun.jna.LastErrorException;
[ERROR]   ^
[ERROR] 
/build/1st/libpgjava-9.4.1212/pgjdbc/src/main/java/org/postgresql/sspi/SSPIClient.java:16:
 error: package com.sun.jna does not exist
[ERROR] import com.sun.jna.Platform;
[ERROR]   ^
[ERROR] 
/build/1st/libpgjava-9.4.1212/pgjdbc/src/main/java/org/postgresql/sspi/SSPIClient.java:17:
 error: package com.sun.jna.platform.win32 does not exist
[ERROR] import com.sun.jna.platform.win32.Sspi;
[ERROR]  ^
[ERROR] 
/build/1st/libpgjava-9.4.1212/pgjdbc/src/main/java/org/postgresql/sspi/SSPIClient.java:18:
 error: package com.sun.jna.platform.win32.Sspi does not exist
[ERROR] import com.sun.jna.platform.win32.Sspi.SecBufferDesc;
[ERROR]   ^
[ERROR] 
/build/1st/libpgjava-9.4.1212/pgjdbc/src/main/java/org/postgresql/sspi/SSPIClient.java:19:
 error: package com.sun.jna.platform.win32 does not exist
[ERROR] import com.sun.jna.platform.win32.Win32Exception;
[ERROR]  ^
[ERROR] 
/build/1st/libpgjava-9.4.1212/pgjdbc/src/main/java/org/postgresql/sspi/SSPIClient.java:20:
 error: package waffle.windows.auth does not exist
[ERROR] import waffle.windows.auth.IWindowsCredentialsHandle;
[ERROR]   ^
[ERROR] 
/build/1st/libpgjava-9.4.1212/pgjdbc/src/main/java/org/postgresql/sspi/SSPIClient.java:21:
 error: package waffle.windows.auth.impl does not exist
[ERROR] import waffle.windows.auth.impl.WindowsCredentialsHandleImpl;
[ERROR]^
[ERROR] 
/build/1st/libpgjava-9.4.1212/pgjdbc/src/main/java/org/postgresql/sspi/SSPIClient.java:22:
 error: package waffle.windows.auth.impl does not exist
[ERROR] import waffle.windows.auth.impl.WindowsSecurityContextImpl;
[ERROR]^
[ERROR] 
/build/1st/libpgjava-9.4.1212/pgjdbc/src/main/java/org/postgresql/sspi/SSPIClient.java:44:
 error: cannot find symbol
[ERROR]   private IWindowsCredentialsHandle clientCredentials;
[ERROR]   ^
[ERROR]   symbol:   class IWindowsCredentialsHandle
[ERROR]   location: class SSPIClient
[ERROR] 
/build/1st/libpgjava-9.4.1212/pgjdbc/src/main/java/org/postgresql/sspi/SSPIClient.java:45:
 error: cannot find symbol
[ERROR]   private WindowsSecurityContextImpl sspiContext;
[ERROR]   ^
[ERROR]   symbol:   class WindowsSecurityContextImpl
[ERROR]   location: class SSPIClient
[ERROR] 
/build/1st/libpgjava-9.4.1212/pgjdbc/src/main/java/org/postgresql/sspi/NTDSAPIWrapper.java:9:
 error: package com.sun.jna does not exist
[ERROR] import com.sun.jna.LastErrorException;
[ERROR]   ^
[ERROR] 
/build/1st/libpgjava-9.4.1212/pgjdbc/src/main/java/org/postgresql/sspi/NTDSAPIWrapper.java:10:
 error: package com.sun.jna does not exist
[ERROR] import com.sun.jna.WString;
[ERROR]   ^
[ERROR] 
/build/1st/libpgjava-9.4.1212/pgjdbc/src/main/java/org/postgresql/sspi/NTDSAPIWrapper.java:11:
 error: package com.sun.jna.ptr does not exist
[ERROR] import com.sun.jna.ptr.IntByReference;
[ERROR]   ^
[ERROR] 
/build/1st/libpgjava-9.4.1212/pgjdbc/src/main/java/org/postgresql/sspi/NTDSAPIWrapper.java:31:
 error: cannot find symbol
[ERROR]   short instancePort, String referrer) throws LastErrorException {
[ERROR]   ^
[ERROR]   symbol:   class LastErrorException
[ERROR]   location: class NTDSAPIWrapper
[ERROR] 
/build/1st/libpgjava-9.4.1212/pgjdbc/src/main/java/org/postgresql/sspi/NTDSAPI.java:9:
 error: package com.sun.jna does not exist
[ERROR] import com.sun.jna.LastErrorException;
[ERROR]   ^
[ERROR] 
/build/1st/libpgjava-9.4.1212/pgjdbc/src/main/java/org/postgresql/sspi/NTDSAPI.java:10:
 error: package com.sun.jna does not exist
[ERROR] import com.sun.jna.Native;
[ERROR]   

Bug#893269: libproxool-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libproxool-java
Version: 0.9.1-9
Severity: serious
Tags: buster sid

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

...
test:
 [echo] Running tests, this can take a few minutes.
 [java] 17 Mar 2018 04:28:38,291 [ERROR] {GlobalTest.java:98} 
org.logicalcobwebs.proxool.GlobalTest - Problem while loading test configuration
 [java] java.lang.NullPointerException: inStream parameter is null
 [java] at java.base/java.util.Objects.requireNonNull(Objects.java:246)
 [java] at java.base/java.util.Properties.load(Properties.java:365)
 [java] at 
org.logicalcobwebs.proxool.GlobalTest.initTestConstants(GlobalTest.java:94)
 [java] at 
org.logicalcobwebs.proxool.GlobalTest.initTestConstants(GlobalTest.java:79)
 [java] at 
org.logicalcobwebs.proxool.GlobalTest.globalSetup(GlobalTest.java:65)
 [java] at 
org.logicalcobwebs.proxool.GlobalTest$1.setUp(GlobalTest.java:150)
 [java] at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
 [java] at junit.framework.TestResult.runProtected(TestResult.java:124)
 [java] at junit.extensions.TestSetup.run(TestSetup.java:25)
 [java] at junit.textui.TestRunner.doRun(TestRunner.java:121)
 [java] at junit.textui.TestRunner.start(TestRunner.java:185)
 [java] at junit.textui.TestRunner.main(TestRunner.java:143)
 [java] E
 [java] Time: 2.36
 [java] There was 1 error:
 [java] 1) 
junit.framework.testsu...@2b6856ddjava.lang.IllegalArgumentException: Couldn't 
load resources from /org/logicalcobwebs/proxool/testconfig-hsqldb.properties
 [java] at 
org.logicalcobwebs.proxool.GlobalTest.initTestConstants(GlobalTest.java:99)
 [java] at 
org.logicalcobwebs.proxool.GlobalTest.initTestConstants(GlobalTest.java:79)
 [java] at 
org.logicalcobwebs.proxool.GlobalTest.globalSetup(GlobalTest.java:65)
 [java] at 
org.logicalcobwebs.proxool.GlobalTest$1.setUp(GlobalTest.java:150)
 [java] at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
 [java] at junit.extensions.TestSetup.run(TestSetup.java:25)
 [java] Caused by: java.lang.NullPointerException: inStream parameter is 
null
 [java] at java.base/java.util.Objects.requireNonNull(Objects.java:246)
 [java] at java.base/java.util.Properties.load(Properties.java:365)
 [java] at 
org.logicalcobwebs.proxool.GlobalTest.initTestConstants(GlobalTest.java:94)
 [java] ... 9 more
 [java] 
 [java] FAILURES!!!
 [java] Tests run: 0,  Failures: 0,  Errors: 1
 [java] 

BUILD FAILED
/build/1st/libproxool-java-0.9.1/debian/build.xml:49: Java returned: 1

Total time: 35 seconds
make: *** [/usr/share/cdbs/1/class/ant.mk:56: debian/stamp-ant-check] Error 1

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893270: libnb-platform18-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libnb-platform18-java
Version: 8.1+dfsg1-7
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libnb-platform18-java.html

...
compile:
[mkdir] Created dir: 
/build/1st/libnb-platform18-java-8.1+dfsg1/openide.util/build/classes
 [nb-javac] Compiling 45 source files to 
/build/1st/libnb-platform18-java-8.1+dfsg1/openide.util/build/classes
   [repeat] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
   [repeat] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
   [repeat] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
   [repeat] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
   [repeat] error: java.nio.file.NoSuchFileException: 
/build/1st/libnb-platform18-java-8.1+dfsg1/openide.util/build/classes/META-INF/services/org.openide.util.spi.MutexEventProvider
   [repeat] error: java.nio.file.NoSuchFileException: 
/build/1st/libnb-platform18-java-8.1+dfsg1/openide.util/build/classes/META-INF/services/javax.annotation.processing.Processor
   [repeat] error: java.nio.file.NoSuchFileException: 
/build/1st/libnb-platform18-java-8.1+dfsg1/openide.util/build/classes/META-INF/services/java.net.URLStreamHandlerFactory
   [repeat] error: java.nio.file.NoSuchFileException: 
/build/1st/libnb-platform18-java-8.1+dfsg1/openide.util/build/classes/META-INF/namedservices.index
   [repeat] warning: No processor claimed any of these annotations: 
javax.annotation.processing.SupportedSourceVersion
   [repeat] 4 errors
   [repeat] 5 warnings
  [nbmerge] Failed to build target: all-openide.util

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893261: libjgoodies-looks-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libjgoodies-looks-java
Version: 2.7.0-2
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libjgoodies-looks-java.html

...
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 02:16 min
[INFO] Finished at: 2018-03-17T02:56:13-12:00
[INFO] Final Memory: 21M/74M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar (default-cli) on 
project jgoodies-looks: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - 
/build/1st/libjgoodies-looks-java-2.7.0/src/main/java/com/jgoodies/looks/windows/WindowsXPToolBarUI.java:46:
 error: package com.sun.java.swing.plaf.windows is not visible
[ERROR] import com.sun.java.swing.plaf.windows.WindowsToolBarUI;
[ERROR]   ^
[ERROR]   (package com.sun.java.swing.plaf.windows is declared in module 
java.desktop, which does not export it)
[ERROR] 
/build/1st/libjgoodies-looks-java-2.7.0/src/main/java/com/jgoodies/looks/windows/WindowsXPTableHeaderUI.java:45:
 error: package com.sun.java.swing.plaf.windows is not visible
[ERROR] import com.sun.java.swing.plaf.windows.WindowsTableHeaderUI;
[ERROR]   ^
[ERROR]   (package com.sun.java.swing.plaf.windows is declared in module 
java.desktop, which does not export it)
[ERROR] 
/build/1st/libjgoodies-looks-java-2.7.0/src/main/java/com/jgoodies/looks/windows/WindowsXPMenuUI.java:61:
 error: package com.sun.java.swing.plaf.windows is not visible
[ERROR] public final class WindowsXPMenuUI extends 
com.sun.java.swing.plaf.windows.WindowsMenuUI {
[ERROR]   ^
[ERROR]   (package com.sun.java.swing.plaf.windows is declared in module 
java.desktop, which does not export it)
[ERROR] 
/build/1st/libjgoodies-looks-java-2.7.0/src/main/java/com/jgoodies/looks/windows/WindowsTreeUI.java:75:
 error: package com.sun.java.swing.plaf.windows is not visible
[ERROR] public final class WindowsTreeUI extends 
com.sun.java.swing.plaf.windows.WindowsTreeUI {
[ERROR] ^
[ERROR]   (package com.sun.java.swing.plaf.windows is declared in module 
java.desktop, which does not export it)
[ERROR] 
/build/1st/libjgoodies-looks-java-2.7.0/src/main/java/com/jgoodies/looks/windows/WindowsTextFieldUI.java:49:
 error: package com.sun.java.swing.plaf.windows is not visible
[ERROR] com.sun.java.swing.plaf.windows.WindowsTextFieldUI {
[ERROR]^
[ERROR]   (package com.sun.java.swing.plaf.windows is declared in module 
java.desktop, which does not export it)
[ERROR] 
/build/1st/libjgoodies-looks-java-2.7.0/src/main/java/com/jgoodies/looks/windows/WindowsTextAreaUI.java:51:
 error: package com.sun.java.swing.plaf.windows is not visible
[ERROR] public final class WindowsTextAreaUI extends 
com.sun.java.swing.plaf.windows.WindowsTextAreaUI {
[ERROR] ^
[ERROR]   (package com.sun.java.swing.plaf.windows is declared in module 
java.desktop, which does not export it)
[ERROR] 
/build/1st/libjgoodies-looks-java-2.7.0/src/main/java/com/jgoodies/looks/windows/WindowsTabbedPaneUI.java:61:
 error: package com.sun.java.swing.plaf.windows is not visible
[ERROR] public final class WindowsTabbedPaneUI extends 
com.sun.java.swing.plaf.windows.WindowsTabbedPaneUI {
[ERROR]   ^
[ERROR]   (package com.sun.java.swing.plaf.windows is declared in module 
java.desktop, which does not export it)
[ERROR] 
/build/1st/libjgoodies-looks-java-2.7.0/src/main/java/com/jgoodies/looks/windows/WindowsSplitPaneUI.java:47:
 error: package com.sun.java.swing.plaf.windows is not visible
[ERROR] public final class WindowsSplitPaneUI extends 
com.sun.java.swing.plaf.windows.WindowsSplitPaneUI {
[ERROR]  ^
[ERROR]   (package com.sun.java.swing.plaf.windows is declared in module 
java.desktop, which does not export it)
[ERROR] 
/build/1st/libjgoodies-looks-java-2.7.0/src/main/java/com/jgoodies/looks/windows/WindowsSpinnerUI.java:57:
 error: package com.sun.java.swing.plaf.windows is not visible
[ERROR] public final class WindowsSpinnerUI extends 
com.sun.java.swing.plaf.windows.WindowsSpinnerUI {
[ERROR]^
[ERROR]   (package com.sun.java.swing.plaf.windows is declared in module 
java.desktop, which does not export it)
[ERROR] 
/build/1st/libjgoodies-looks-java-2.7.0/src/main/java/com/jgoodies/looks/windows/WindowsScrollPaneUI.java:53:
 error: package com.sun.java.swing.plaf.windows is not visible

Bug#893268: libnanoxml2-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libnanoxml2-java
Version: 2.2.3.dfsg-5
Severity: serious
Tags: buster sid

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

...
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/1st/libnanoxml2-java-2.2.3.dfsg'
jh_build -o'-source 1.4 -nowarn' -N nanoxml-lite.jar Sources/Lite/
find Sources/Lite/ -name *.java -and -type f -print0 | xargs -s 512000 -0 
/usr/lib/jvm/default-java/bin/javac -g -cp :debian/_jh_build.nanoxml-lite -d 
debian/_jh_build.nanoxml-lite -encoding ISO8859-1 -source 1.4 -nowarn
error: Source option 1.4 is no longer supported. Use 1.6 or later.
make[1]: *** [debian/rules:23: override_dh_auto_build] Error 123

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893264: libnb-javaparser-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libnb-javaparser-java
Version: 7.4-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libnb-javaparser-java.html

...
-do-compile:
[mkdir] Created dir: 
/build/1st/libnb-javaparser-java-7.4/make/netbeans/nb-javac/build/empty
[mkdir] Created dir: 
/build/1st/libnb-javaparser-java-7.4/make/netbeans/nb-javac/build/generated-sources/ap-source-output
[javac] Compiling 529 source files to 
/build/1st/libnb-javaparser-java-7.4/make/netbeans/nb-javac/build/classes
[javac] 
/build/1st/libnb-javaparser-java-7.4/src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java:86:
 error: cannot find symbol
[javac] private Map contextMap;
[javac] ^
[javac]   symbol:   class TranslationContext
[javac]   location: class LambdaToMethod
[javac] 
/build/1st/libnb-javaparser-java-7.4/src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java:89:
 error: cannot find symbol
[javac] private TranslationContext context;
[javac] ^
[javac]   symbol:   class TranslationContext
[javac]   location: class LambdaToMethod
[javac] 
/build/1st/libnb-javaparser-java-7.4/src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java:179:
 error: cannot find symbol
[javac]  T translate(T tree, TranslationContext 
newContext) {
[javac]^
[javac]   symbol:   class TranslationContext
[javac]   location: class LambdaToMethod
[javac] 
/build/1st/libnb-javaparser-java-7.4/src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java:190:
 error: cannot find symbol
[javac]  List translate(List trees, 
TranslationContext newContext) {
[javac] ^
[javac]   symbol:   class TranslationContext
[javac]   location: class LambdaToMethod
[javac] 
/build/1st/libnb-javaparser-java-7.4/src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java:907:
 error: cannot find symbol
[javac] private void bridgeMemberReference(JCMemberReference tree, 
ReferenceTranslationContext localContext) {
[javac]^
[javac]   symbol:   class ReferenceTranslationContext
[javac]   location: class LambdaToMethod
[javac] 
/build/1st/libnb-javaparser-java-7.4/src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java:922:
 error: cannot find symbol
[javac] private JCExpression 
makeMetafactoryIndyCall(TranslationContext context,
[javac]  ^
[javac]   symbol:   class TranslationContext
[javac]   location: class LambdaToMethod
[javac] 
/build/1st/libnb-javaparser-java-7.4/src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java:726:
 error: cannot find symbol
[javac] private final ReferenceTranslationContext localContext;
[javac]   ^
[javac]   symbol:   class ReferenceTranslationContext
[javac]   location: class LambdaToMethod.MemberReferenceBridger
[javac] 
/build/1st/libnb-javaparser-java-7.4/src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java:730:
 error: cannot find symbol
[javac] MemberReferenceBridger(JCMemberReference tree, 
ReferenceTranslationContext localContext) {
[javac]^
[javac]   symbol:   class ReferenceTranslationContext
[javac]   location: class LambdaToMethod.MemberReferenceBridger
[javac] 
/build/1st/libnb-javaparser-java-7.4/src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java:175:
 error: cannot find symbol
[javac] TranslationContext newContext = contextMap.get(tree);
[javac] ^
[javac]   symbol:   class TranslationContext
[javac]   location: class LambdaToMethod
[javac] 
/build/1st/libnb-javaparser-java-7.4/src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java:180:
 error: cannot find symbol
[javac] TranslationContext prevContext = context;
[javac] ^
[javac]   symbol:   class TranslationContext
[javac]   location: class LambdaToMethod
[javac] 
/build/1st/libnb-javaparser-java-7.4/src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java:202:
 error: cannot find symbol
[javac] this.contextMap = new HashMap();
[javac]   ^
[javac]   symbol:   class TranslationContext
[javac]   location: class LambdaToMethod
[javac] 
/build/1st/libnb-javaparser-java-7.4/src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java:247:
 error: cannot find symbol
[javac] LambdaTranslationContext localContext = 
(LambdaTranslationContext)context;
[javac] ^
[javac]   symbol:   class LambdaTranslationContext
[javac]   

Bug#893262: libjaxen-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libjaxen-java
Version: 1.1.6-2
Severity: serious

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

...
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 12.172 s
[INFO] Finished at: 2019-04-19T09:23:53-12:00
[INFO] Final Memory: 22M/74M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar (default-cli) on 
project jaxen: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - 
/build/1st/libjaxen-java-1.1.6/src/java/main/org/w3c/dom/UserDataHandler.java:7:
 error: package exists in another module: java.xml
[ERROR] package org.w3c.dom;
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /usr/lib/jvm/java-9-openjdk-amd64/bin/javadoc 
@options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in 
'/build/1st/libjaxen-java-1.1.6/target/apidocs' dir.
[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/MojoExecutionException
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=/build/1st/libjaxen-java-1.1.6 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/1st/libjaxen-java-1.1.6/debian 
-Dmaven.repo.local=/build/1st/libjaxen-java-1.1.6/debian/maven-repo 
--batch-mode package javadoc:jar javadoc:aggregate -DskipTests 
-Dnotimestamp=true -Dlocale=en_US returned exit code 1
make: *** [debian/rules:4: build] Error 2

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893259: libjibx1.2-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libjibx1.2-java
Version: 1.2.6-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libjibx1.2-java.html

...
 [java] Error during initialization; is jibx-run.jar in load classpath?
 [java] java.lang.IllegalArgumentException: Superclass java.lang.Object of 
class org.jibx.runtime.Utility not found
 [java] at org.jibx.binding.def.StringConversion.(Unknown Source)
 [java] at 
org.jibx.binding.def.PrimitiveStringConversion.(Unknown Source)
 [java] at org.jibx.binding.def.BindingDefinition.(Unknown 
Source)
 [java] at org.jibx.binding.Compile.compile(Unknown Source)
 [java] at org.jibx.binding.Compile.main(Unknown Source)
 [java] 

BUILD FAILED
/build/1st/libjibx1.2-java-1.2.6/build/build.xml:208: Java returned: 1

Total time: 1 minute 12 seconds
make: *** [/usr/share/cdbs/1/class/ant.mk:39: debian/stamp-ant-build] Error 1

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893260: libitext5-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libitext5-java
Version: 5.5.6-2
Severity: serious
Tags: buster sid

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

...
[INFO] Tests run: 2, Failures: 0, Errors: 0, 
Skipped: 0, Time elapsed: 4.742 s - in 
com.itextpdf.text.pdf.table.ColorsInTaggedDocumentsTest
[INFO] Running 
com.itextpdf.text.error_messages.ErrorMessageTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, 
Skipped: 0, Time elapsed: 0.001 s - in 
com.itextpdf.text.error_messages.ErrorMessageTest
[INFO] Running com.itextpdf.text.pdf.PdfReaderSelectPagesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, 
Skipped: 0, Time elapsed: 0.001 s - in 
com.itextpdf.text.pdf.PdfReaderSelectPagesTest
[INFO] Running com.itextpdf.text.pdf.parser.TextRenderInfoTest
[WARNING] Corrupted STDOUT by directly writing to native stream in 
forked JVM 1. See FAQ web page and the dump file 
/build/1st/libitext5-java-5.5.6/target/surefire-reports/2018-03-17T02-52-09_912-jvmRun1.dumpstream
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 73, Failures: 0, Errors: 0, Skipped: 2
[INFO] 
[INFO] 

[INFO] BUILD FAILURE
[INFO] 

[INFO] Total time: 03:28 min
[INFO] Finished at: 2018-03-17T02:52:54-12:00
[INFO] Final Memory: 21M/72M
[INFO] 

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test 
(default-test) on project itextpdf: There are test 
failures.
[ERROR] 
[ERROR] Please refer to 
/build/1st/libitext5-java-5.5.6/target/surefire-reports for the individual test 
results.
[ERROR] Please refer to dump files (if any exist) 
[date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying 
goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd 
/build/1st/libitext5-java-5.5.6 && /usr/lib/jvm/java-9-openjdk-amd64/bin/java 
--add-modules java.se.ee -Xms512m -Xmx1024m -jar 
/build/1st/libitext5-java-5.5.6/target/surefire/surefirebooter6685411707041150823.jar
 /build/1st/libitext5-java-5.5.6/target/surefire 
2018-03-17T02-52-09_912-jvmRun1 surefire5377113704316930954tmp 
surefire_012190913596490826417tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] Crashed tests:
[ERROR] com.itextpdf.text.pdf.parser.TextRenderInfoTest
[ERROR] 
org.apache.maven.surefire.booter.SurefireBooterForkException: The forked 
VM terminated without properly saying goodbye. VM crash or System.exit 
called?
[ERROR] Command was /bin/sh -c cd 
/build/1st/libitext5-java-5.5.6 && /usr/lib/jvm/java-9-openjdk-amd64/bin/java 
--add-modules java.se.ee -Xms512m -Xmx1024m -jar 
/build/1st/libitext5-java-5.5.6/target/surefire/surefirebooter6685411707041150823.jar
 /build/1st/libitext5-java-5.5.6/target/surefire 
2018-03-17T02-52-09_912-jvmRun1 surefire5377113704316930954tmp 
surefire_012190913596490826417tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] Crashed tests:
[ERROR] com.itextpdf.text.pdf.parser.TextRenderInfoTest
[ERROR]    at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:686)
[ERROR]    at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:535)
[ERROR]    at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:280)
[ERROR]    at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:245)
[ERROR]    at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1124)
[ERROR]    at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:954)
[ERROR]    at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:832)
[ERROR]    at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)

Bug#893252: libjdbm-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libjdbm-java
Version: 1.0-2
Severity: serious
Tags: buster sid

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

...
main:
[javac] /build/1st/libjdbm-java-1.0/src/build.xml:72: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Using javac -source 1.3 is no longer supported, switching to 1.6
[javac] Using javac -target 1.3 is no longer supported, switching to 1.6
[javac] Compiling 57 source files to 
/build/1st/libjdbm-java-1.0/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] /build/1st/libjdbm-java-1.0/src/main/jdbm/btree/BTree.java:456: 
error: unmappable character (0xA0) for encoding US-ASCII
[javac]  * WARNING: ?If you make structural modifications to the BTree 
during
[javac] ^
[javac] /build/1st/libjdbm-java-1.0/src/main/jdbm/btree/BTree.java:477: 
error: unmappable character (0xA0) for encoding US-ASCII
[javac]  * WARNING: ?If you make structural modifications to the BTree 
during
[javac] ^
[javac] 2 errors
[javac] 4 warnings

BUILD FAILED
/build/1st/libjdbm-java-1.0/src/build.xml:72: Compile failed; see the compiler 
error output for details.

Total time: 24 seconds
make: *** [/usr/share/cdbs/1/class/ant.mk:39: debian/stamp-ant-build] Error 1

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893250: libapache-poi-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libapache-poi-java
Version: 3.10.1-3
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libapache-poi-java.html

...
test-scratchpad:
[junit] Running org.apache.poi.TestPOIDocumentScratchpad
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
6.024 sec
[junit] Running org.apache.poi.hdf.model.TestHDFDocument
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.436 sec
[junit] Running org.apache.poi.hdgf.TestHDGFCore
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
4.11 sec
[junit] Running org.apache.poi.hdgf.TestHDGFLZW
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.142 sec
[junit] Running org.apache.poi.hdgf.chunks.TestChunks
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.233 sec
[junit] Running org.apache.poi.hdgf.extractor.TestVisioExtractor
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.958 sec
[junit] Running org.apache.poi.hdgf.pointers.TestPointerFactory
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.039 sec
[junit] Running org.apache.poi.hdgf.streams.TestStreamBasics
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.038 sec
[junit] Running org.apache.poi.hdgf.streams.TestStreamBugs
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.147 sec
[junit] Running org.apache.poi.hdgf.streams.TestStreamComplex
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.505 sec
[junit] Running org.apache.poi.hmef.TestAttachments
[junit] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.754 sec

BUILD FAILED
/build/1st/libapache-poi-java-3.10.1/build.xml:845: Tests failed

Total time: 34 minutes 43 seconds
make: *** [/usr/share/cdbs/1/class/ant.mk:56: debian/stamp-ant-check] Error 1

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893248: libjchart2d-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libjchart2d-java
Version: 3.2.2+dfsg2-1
Severity: serious

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

...
BUILD FAILED
/build/1st/libjchart2d-java-3.2.2+dfsg2/jchart2d/build.xml:140: Can't read 
[/usr/lib/jvm/java-9-openjdk-amd64/lib/rt.jar] (No such file or directory: 
/usr/lib/jvm/java-9-openjdk-amd64/lib/rt.jar)

Total time: 3 minutes 43 seconds
dh_auto_build: cd jchart2d && ant -Duser.name debian returned exit code 1
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 2

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893249: libitext1-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libitext1-java
Version: 1.4-6
Severity: serious
Tags: buster sid

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

...
compile:
[mkdir] Created dir: /build/1st/libitext1-java-1.4/build/bin/classes
[javac] /build/1st/libitext1-java-1.4/ant/compile.xml:31: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Compiling 470 source files to 
/build/1st/libitext1-java-1.4/build/bin/classes
[javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.6
[javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.6
[javac] Using ant.build.javac.source 1.5 is no longer supported, switching 
to 1.6
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] /build/1st/libitext1-java-1.4/com/lowagie/text/RomanList.java:135: 
error: unmappable character (0xF6) for encoding US-ASCII
[javac]  * Wandelt eine Integer-Zahl in r?mische Schreibweise um
[javac]  ^
[javac] /build/1st/libitext1-java-1.4/com/lowagie/text/RomanList.java:139: 
error: unmappable character (0xDF) for encoding US-ASCII
[javac]  * 1. Die Ziffern werden addiert, wobei sie von gro? nach klein 
sortiert sind:
[javac]^
[javac] /build/1st/libitext1-java-1.4/com/lowagie/text/RomanList.java:143: 
error: unmappable character (0xF6) for encoding US-ASCII
[javac]  * 2. Eine kleinere Ziffer, die links von einer gr??eren steht, 
wird abgezogen:
[javac]   ^
[javac] /build/1st/libitext1-java-1.4/com/lowagie/text/RomanList.java:143: 
error: unmappable character (0xDF) for encoding US-ASCII
[javac]  * 2. Eine kleinere Ziffer, die links von einer gr??eren steht, 
wird abgezogen:
[javac]^
[javac] /build/1st/libitext1-java-1.4/com/lowagie/text/RomanList.java:152: 
error: unmappable character (0xE4) for encoding US-ASCII
[javac]  *  Diese "Subtraktionsschreibweise" ist erst im Mittelalter 
allgemein gebr?uchlich geworden. 
[javac] 
   ^
[javac] /build/1st/libitext1-java-1.4/com/lowagie/text/RomanList.java:153: 
error: unmappable character (0xFC) for encoding US-ASCII
[javac]  *  Vorher wurde oft "" f?r "4" geshrieben. 
[javac]  ^
[javac] /build/1st/libitext1-java-1.4/com/lowagie/text/RomanList.java:155: 
error: unmappable character (0xF6) for encoding US-ASCII
[javac]  * 4. Bei mehreren m?glichen Schreibweisen wird in der Regel 
der k?rzesten der Vorzug gegeben:
[javac] ^
[javac] /build/1st/libitext1-java-1.4/com/lowagie/text/RomanList.java:155: 
error: unmappable character (0xFC) for encoding US-ASCII
[javac]  * 4. Bei mehreren m?glichen Schreibweisen wird in der Regel 
der k?rzesten der Vorzug gegeben:
[javac] 
  ^
[javac] /build/1st/libitext1-java-1.4/com/lowagie/text/RomanList.java:161: 
error: unmappable character (0xE4) for encoding US-ASCII
[javac]  *  Nach dieser Regel w?re die Schreibweise "XCIX" f?r "99" der 
Schreibweise "IC" vorzuziehen. 
[javac]^
[javac] /build/1st/libitext1-java-1.4/com/lowagie/text/RomanList.java:161: 
error: unmappable character (0xFC) for encoding US-ASCII
[javac]  *  Nach dieser Regel w?re die Schreibweise "XCIX" f?r "99" der 
Schreibweise "IC" vorzuziehen. 
[javac] ^
[javac] /build/1st/libitext1-java-1.4/com/lowagie/text/RomanList.java:163: 
error: unmappable character (0xF6) for encoding US-ASCII
[javac]  * 5. Die r?mischen Zahlen V, L und D k?nnen nicht gr??eren 
Zahlen voran gestellt werden:
[javac]^
[javac] /build/1st/libitext1-java-1.4/com/lowagie/text/RomanList.java:163: 
error: unmappable character (0xF6) for encoding US-ASCII
[javac]  * 5. Die r?mischen Zahlen V, L und D k?nnen nicht gr??eren 
Zahlen voran gestellt werden:
[javac]^
[javac] /build/1st/libitext1-java-1.4/com/lowagie/text/RomanList.java:163: 
error: unmappable character (0xF6) for encoding US-ASCII
[javac]  * 5. Die r?mischen Zahlen V, L und D k?nnen nicht gr??eren 
Zahlen voran gestellt werden:
[javac] 

Bug#893247: libjbzip2-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libjbzip2-java
Version: 0.9.1-3
Severity: serious
Tags: buster sid

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

...
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/1st/libjbzip2-java-0.9.1'
mkdir -p build/org/itadaki/bzip2
javac -source 1.5 -target 1.5 -d build src/org/itadaki/bzip2/*.java
warning: [options] bootstrap class path not set in conjunction with -source 1.5
error: Source option 1.5 is no longer supported. Use 1.6 or later.
error: Target option 1.5 is no longer supported. Use 1.6 or later.
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 2

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893244: jruby FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: jruby
Version: 9.1.13.0-1
Severity: serious

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

...
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
/build/1st/jruby-9.1.13.0/core/src/main/java/org/jruby/management/BeanManagerImpl.java:[87,26]
 error: cannot find symbol
  symbol:   class Agent
  location: package sun.management

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893243: libhtmlparser-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libhtmlparser-java
Version: 1.6.20060610.dfsg0-7
Severity: serious

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

...
compileparser:
[javac] /build/1st/libhtmlparser-java-1.6.20060610.dfsg0/src/build.xml:293: 
warning: 'includeantruntime' was not set, defaulting to 
build.sysclasspath=last; set to false for repeatable builds
[javac] Using javac -source 1.3 is no longer supported, switching to 1.6
[javac] Compiling 107 source files to 
/build/1st/libhtmlparser-java-1.6.20060610.dfsg0/src/src
[javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.6
[javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.6
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] 
/build/1st/libhtmlparser-java-1.6.20060610.dfsg0/src/src/org/htmlparser/util/Translate.java:162:
 error: unmappable character (0xC2) for encoding US-ASCII
[javac] // Portions ?? International Organization for 
Standardization 1986
[javac] ^
[javac] 
/build/1st/libhtmlparser-java-1.6.20060610.dfsg0/src/src/org/htmlparser/util/Translate.java:162:
 error: unmappable character (0xA9) for encoding US-ASCII
[javac] // Portions ?? International Organization for 
Standardization 1986
[javac]  ^
[javac] 
/build/1st/libhtmlparser-java-1.6.20060610.dfsg0/src/src/org/htmlparser/util/Translate.java:271:
 error: unmappable character (0xC2) for encoding US-ASCII
[javac] // Portions ?? International Organization for 
Standardization 1986:
[javac] ^
[javac] 
/build/1st/libhtmlparser-java-1.6.20060610.dfsg0/src/src/org/htmlparser/util/Translate.java:271:
 error: unmappable character (0xA9) for encoding US-ASCII
[javac] // Portions ?? International Organization for 
Standardization 1986:
[javac]  ^
[javac] 
/build/1st/libhtmlparser-java-1.6.20060610.dfsg0/src/src/org/htmlparser/util/Translate.java:445:
 error: unmappable character (0xC2) for encoding US-ASCII
[javac] // Portions ?? International Organization for 
Standardization 1986:
[javac] ^
[javac] 
/build/1st/libhtmlparser-java-1.6.20060610.dfsg0/src/src/org/htmlparser/util/Translate.java:445:
 error: unmappable character (0xA9) for encoding US-ASCII
[javac] // Portions ?? International Organization for 
Standardization 1986:
[javac]  ^
[javac] 6 errors
[javac] 4 warnings

BUILD FAILED
/build/1st/libhtmlparser-java-1.6.20060610.dfsg0/src/build.xml:293: Compile 
failed; see the compiler error output for details.

Total time: 34 seconds
dh_auto_build: ant -propertyfile ./debian/ant.properties -Duser.name debian -f 
src/build.xml -Dant.build.javac.target=1.5 jarparser javadoc filterbuilder 
thumbelina returned exit code 1
make[1]: *** [debian/rules:7: override_dh_auto_build] Error 1

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893241: libitext-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libitext-java
Version: 2.1.7-11
Severity: serious
Tags: buster sid

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

...
compile.rtf:
[mkdir] Created dir: /build/1st/build/bin.rtf
[javac] /build/1st/libitext-java-2.1.7/ant/compile.xml:56: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Using javac -source 1.5 is no longer supported, switching to 1.6
[javac] Using javac -target 1.5 is no longer supported, switching to 1.6
[javac] Compiling 88 source files to /build/1st/build/bin.rtf
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] 
/build/1st/libitext-java-2.1.7/rtf/com/lowagie/text/rtf/parser/destinations/RtfDestinationStylesheetTable.java:94:
 error: unmappable character (0xEF) for encoding US-ASCII
[javac]  * Percentage of line occupied by Kashida justification (0 ??? 
low, 10 ??? medium, 20 ??? high).
[javac]^
[javac] 
/build/1st/libitext-java-2.1.7/rtf/com/lowagie/text/rtf/parser/destinations/RtfDestinationStylesheetTable.java:94:
 error: unmappable character (0xBF) for encoding US-ASCII
[javac]  * Percentage of line occupied by Kashida justification (0 ??? 
low, 10 ??? medium, 20 ??? high).
[javac] ^
[javac] 
/build/1st/libitext-java-2.1.7/rtf/com/lowagie/text/rtf/parser/destinations/RtfDestinationStylesheetTable.java:94:
 error: unmappable character (0xBD) for encoding US-ASCII
[javac]  * Percentage of line occupied by Kashida justification (0 ??? 
low, 10 ??? medium, 20 ??? high).
[javac]  ^
[javac] 
/build/1st/libitext-java-2.1.7/rtf/com/lowagie/text/rtf/parser/destinations/RtfDestinationStylesheetTable.java:94:
 error: unmappable character (0xEF) for encoding US-ASCII
[javac]  * Percentage of line occupied by Kashida justification (0 ??? 
low, 10 ??? medium, 20 ??? high).
[javac] 
   ^
[javac] 
/build/1st/libitext-java-2.1.7/rtf/com/lowagie/text/rtf/parser/destinations/RtfDestinationStylesheetTable.java:94:
 error: unmappable character (0xBF) for encoding US-ASCII
[javac]  * Percentage of line occupied by Kashida justification (0 ??? 
low, 10 ??? medium, 20 ??? high).
[javac] 
^
[javac] 
/build/1st/libitext-java-2.1.7/rtf/com/lowagie/text/rtf/parser/destinations/RtfDestinationStylesheetTable.java:94:
 error: unmappable character (0xBD) for encoding US-ASCII
[javac]  * Percentage of line occupied by Kashida justification (0 ??? 
low, 10 ??? medium, 20 ??? high).
[javac] 
 ^
[javac] 
/build/1st/libitext-java-2.1.7/rtf/com/lowagie/text/rtf/parser/destinations/RtfDestinationStylesheetTable.java:94:
 error: unmappable character (0xEF) for encoding US-ASCII
[javac]  * Percentage of line occupied by Kashida justification (0 ??? 
low, 10 ??? medium, 20 ??? high).
[javac] 
  ^
[javac] 
/build/1st/libitext-java-2.1.7/rtf/com/lowagie/text/rtf/parser/destinations/RtfDestinationStylesheetTable.java:94:
 error: unmappable character (0xBF) for encoding US-ASCII
[javac]  * Percentage of line occupied by Kashida justification (0 ??? 
low, 10 ??? medium, 20 ??? high).
[javac] 
   ^
[javac] 
/build/1st/libitext-java-2.1.7/rtf/com/lowagie/text/rtf/parser/destinations/RtfDestinationStylesheetTable.java:94:
 error: unmappable character (0xBD) for encoding US-ASCII
[javac]  * Percentage of line occupied by Kashida justification (0 ??? 
low, 10 ??? medium, 20 ??? high).
[javac] 
^
[javac] 9 errors
[javac] 4 warnings

BUILD FAILED
/build/1st/libitext-java-2.1.7/build.xml:48: The following error occurred while 
executing this line:
/build/1st/libitext-java-2.1.7/ant/compile.xml:56: Compile failed; see the 
compiler error output for details.

Total time: 2 minutes 10 seconds
dh_auto_build: ant -propertyfile ./debian/ant.properties -Duser.name debian jar 
jar.rtf jar.rups returned exit code 1
make[1]: *** 

Bug#893240: libhibernate3-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libhibernate3-java
Version: 3.6.10.Final-8
Severity: serious

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

...
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:aggregate (default-cli) on 
project hibernate: An error has occurred in Javadoc report generation: 
[ERROR] Exit code: 1 - 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/bytecode/cglib/AccessOptimizerAdapter.java:38:
 warning - Tag @link: reference not found: ReflectionOptimizer#AccessOptimizer
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/bytecode/javassist/AccessOptimizerAdapter.java:33:
 warning - Tag @link: reference not found: ReflectionOptimizer#AccessOptimizer
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/bytecode/javassist/InstantiationOptimizerAdapter.java:33:
 warning - Tag @link: reference not found: 
ReflectionOptimizer#InstantiationOptimizer
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/CacheConcurrencyStrategy.java:46:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/CacheConcurrencyStrategy.java:46:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/CacheConcurrencyStrategy.java:47:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/CacheConcurrencyStrategy.java:47:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/CacheConcurrencyStrategy.java:48:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/CacheConcurrencyStrategy.java:53:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/CacheConcurrencyStrategy.java:53:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/CacheConcurrencyStrategy.java:56:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-ehcache/src/main/java/org/hibernate/cache/EhCache.java:39:
 warning - Tag @link: reference not found: net.sf.ehcache.store.DiskStore
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-ehcache/src/main/java/org/hibernate/cache/EhCache.java:40:
 warning - Tag @link: reference not found: net.sf.ehcache.store.DiskStore
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-ehcache/src/main/java/org/hibernate/cache/SingletonEhCacheProvider.java:60:
 warning - invalid usage of tag <
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/access/CollectionRegionAccessStrategy.java:34:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/access/CollectionRegionAccessStrategy.java:34:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/access/CollectionRegionAccessStrategy.java:38:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/access/CollectionRegionAccessStrategy.java:38:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/access/EntityRegionAccessStrategy.java:33:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/access/EntityRegionAccessStrategy.java:34:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/access/EntityRegionAccessStrategy.java:34:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/access/EntityRegionAccessStrategy.java:35:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/access/EntityRegionAccessStrategy.java:35:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/libhibernate3-java-3.6.10.Final/project/hibernate-core/src/main/java/org/hibernate/cache/access/EntityRegionAccessStrategy.java:40:
 warning - invalid usage of tag >
[ERROR] 

Bug#893238: libgoogle-gson-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libgoogle-gson-java
Version: 2.4-2
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libgoogle-gson-java.html

...
[ERROR] Failures: 
[ERROR]   
DefaultDateTypeAdapterTest.testFormatUsesDefaultTimezone:119->assertFormatted:155
 expected: but was:
[ERROR]   
DefaultDateTypeAdapterTest.testFormattingInEnUs:34->assertFormattingAlwaysEmitsUsLocale:47->assertFormatted:155
 expected: but was:
[ERROR]   
DefaultDateTypeAdapterTest.testFormattingInFr:38->assertFormattingAlwaysEmitsUsLocale:47->assertFormatted:155
 expected: but was:
[ERROR]   DefaultTypeAdaptersTest.testDefaultDateSerialization:332 
expected:<"Sep 11, 2011[] 10:55:03 PM"> but was:<"Sep 11, 2011[,] 10:55:03 PM">
[ERROR]   DefaultTypeAdaptersTest.testDefaultDateSerializationUsingBuilder:399 
expected:<"Sep 11, 2011[] 10:55:03 PM"> but was:<"Sep 11, 2011[,] 10:55:03 PM">
[ERROR]   DefaultTypeAdaptersTest.testDefaultJavaSqlTimestampSerialization:373 
expected:<"Dec 3, 2009[] 1:18:02 PM"> but was:<"Dec 3, 2009[,] 1:18:02 PM">
[ERROR]   ObjectTest.testDateAsMapObjectField:485 expected:<..."date":"Dec 31, 
1969[] 4:00:00 PM"}}> but was:<..."date":"Dec 31, 1969[,] 4:00:00 PM"}}>
[ERROR] Errors: 
[ERROR]   
DefaultDateTypeAdapterTest.testParsingDatesFormattedWithSystemLocale:71->assertParsed:159
 ? JsonSyntax
[ERROR]   
DefaultDateTypeAdapterTest.testParsingDatesFormattedWithUsLocale:95->assertParsed:159
 ? JsonSyntax
[ERROR]   DefaultTypeAdaptersTest.testDefaultDateDeserialization:337 ? 
JsonSyntax Dec 13...
[ERROR]   
DefaultTypeAdaptersTest.testDefaultJavaSqlTimestampDeserialization:378 ? 
JsonSyntax
[INFO] 
[ERROR] Tests run: 966, Failures: 7, Errors: 4, Skipped: 0
[INFO] 
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 13.058 s
[INFO] Finished at: 2018-03-17T01:41:55-12:00
[INFO] Final Memory: 17M/56M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test) on 
project gson: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/build/1st/libgoogle-gson-java-2.4/gson/target/surefire-reports for the 
individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, 
[date].dumpstream and [date]-jvmRun[N].dumpstream.
[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
dh_auto_test: /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=/build/1st/libgoogle-gson-java-2.4 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/1st/libgoogle-gson-java-2.4/debian 
-Dmaven.repo.local=/build/1st/libgoogle-gson-java-2.4/debian/maven-repo 
--batch-mode --file gson/pom.xml returned exit code 1
make[1]: *** [debian/rules:11: override_dh_auto_test] Error 1

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893239: libjackson-json-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libjackson-json-java
Version: 1.9.2-8
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libjackson-json-java.html

...
compile.mapper:
[javac] Using javac -source 1.5 is no longer supported, switching to 1.6
[javac] Using javac -target 1.5 is no longer supported, switching to 1.6
[javac] Compiling 291 source files to 
/build/1st/libjackson-json-java-1.9.2/build/classes/mapper
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] 
/build/1st/libjackson-json-java-1.9.2/src/mapper/java/org/codehaus/jackson/map/module/SimpleModule.java:17:
 error: reference to Module is ambiguous
[javac] public class SimpleModule extends Module
[javac]   ^
[javac]   both class org.codehaus.jackson.map.Module in 
org.codehaus.jackson.map and class java.lang.Module in java.lang match
[javac] 
/build/1st/libjackson-json-java-1.9.2/src/mapper/java/org/codehaus/jackson/map/module/SimpleModule.java:234:
 error: cannot find symbol
[javac] public void setupModule(SetupContext context)
[javac] ^
[javac]   symbol:   class SetupContext
[javac]   location: class SimpleModule
[javac] 
/build/1st/libjackson-json-java-1.9.2/src/mapper/java/org/codehaus/jackson/map/module/SimpleModule.java:228:
 error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] 
/build/1st/libjackson-json-java-1.9.2/src/mapper/java/org/codehaus/jackson/map/module/SimpleModule.java:233:
 error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] 
/build/1st/libjackson-json-java-1.9.2/src/mapper/java/org/codehaus/jackson/map/module/SimpleModule.java:261:
 error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 5 errors
[javac] 4 warnings

BUILD FAILED
/build/1st/libjackson-json-java-1.9.2/build.xml:176: Compile failed; see the 
compiler error output for details.

Total time: 1 minute 43 seconds
make[1]: *** [debian/rules:11: override_dh_auto_build] Error 1

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893236: activemq FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: activemq
Version: 5.15.3-1
Severity: serious

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

...
[INFO] 
[INFO] 
[INFO] Skipping ActiveMQ
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] ActiveMQ ... SUCCESS [  1.162 s]
[INFO] ActiveMQ :: Client . SUCCESS [ 44.772 s]
[INFO] ActiveMQ :: Openwire Legacy Support  SUCCESS [ 18.322 s]
[INFO] ActiveMQ :: JAAS ... SUCCESS [  4.589 s]
[INFO] ActiveMQ :: Broker . FAILURE [01:17 min]
[INFO] ActiveMQ :: KahaDB Store ... SKIPPED
[INFO] ActiveMQ :: STOMP Protocol . SKIPPED
[INFO] ActiveMQ :: MQTT Protocol .. SKIPPED
[INFO] ActiveMQ :: Console  SKIPPED
[INFO] ActiveMQ :: RA . SKIPPED
[INFO] ActiveMQ :: Run Jar  SKIPPED
[INFO] ActiveMQ :: Shiro .. SKIPPED
[INFO] ActiveMQ :: Spring . SKIPPED
[INFO] ActiveMQ :: Log4j Appender . SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 02:28 min
[INFO] Finished at: 2019-04-18T03:00:08-12:00
[INFO] Final Memory: 31M/106M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar (default-cli) on 
project activemq-broker: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - javadoc: warning - invalid usage of tag >
[ERROR] javadoc: warning - invalid usage of tag >
[ERROR] 
/build/1st/activemq-5.15.3/activemq-broker/src/main/java/org/apache/activemq/broker/Locker.java:52:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/activemq-5.15.3/activemq-broker/src/main/java/org/apache/activemq/broker/Locker.java:52:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/activemq-5.15.3/activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnector.java:638:
 warning - @return tag cannot be used in method with void return type.
[ERROR] 
/build/1st/activemq-5.15.3/activemq-broker/src/main/java/org/apache/activemq/broker/jmx/VirtualDestinationSelectorCacheView.java:25:
 warning - invalid usage of tag <
[ERROR] 
/build/1st/activemq-5.15.3/activemq-broker/src/main/java/org/apache/activemq/broker/jmx/VirtualDestinationSelectorCacheView.java:25:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/activemq-5.15.3/activemq-broker/src/main/java/org/apache/activemq/broker/jmx/VirtualDestinationSelectorCacheViewMBean.java:23:
 warning - invalid usage of tag <
[ERROR] 
/build/1st/activemq-5.15.3/activemq-broker/src/main/java/org/apache/activemq/broker/jmx/VirtualDestinationSelectorCacheViewMBean.java:23:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/activemq-5.15.3/activemq-broker/src/main/java/org/apache/activemq/broker/region/cursors/QueueDispatchPendingList.java:36:
 warning - invalid usage of tag <
[ERROR] 
/build/1st/activemq-5.15.3/activemq-broker/src/main/java/org/apache/activemq/broker/region/cursors/QueueDispatchPendingList.java:36:
 warning - invalid usage of tag >
[ERROR] 
/build/1st/activemq-5.15.3/activemq-broker/src/main/java/org/apache/activemq/broker/region/policy/DeadLetterStrategy.java:76:
 warning - @return tag cannot be used in method with void return type.
[ERROR] 
/build/1st/activemq-5.15.3/activemq-broker/src/main/java/org/apache/activemq/broker/region/policy/FilePendingQueueMessageStoragePolicy.java:38:
 warning - Tag @see: reference not found: 
org.apache.activemq.broker.region.policy.PendingQueueMessageStoragePolicy#getQueuePendingMessageCursor(org.apache.openjpa.lib.util.concurrent.Queue,
[ERROR]   org.apache.activemq.kaha.Store)
[ERROR] 
/build/1st/activemq-5.15.3/activemq-broker/src/main/java/org/apache/activemq/broker/region/policy/FilePendingSubscriberMessageStoragePolicy.java:40:
 warning - Tag @see: reference not found: 
org.apache.activemq.broker.region.policy.PendingSubscriberMessageStoragePolicy#getSubscriberPendingMessageCursor(java.lang.String,
[ERROR]   org.apache.activemq.kaha.Store, int)
[ERROR] 
/build/1st/activemq-5.15.3/activemq-broker/src/main/java/org/apache/activemq/broker/region/policy/PolicyEntry.java:150:
 warning - @param argument "baseDestination" is not a parameter name.
[ERROR] 

Bug#893231: libcommons-lang3-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libcommons-lang3-java
Version: 3.5-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libcommons-lang3-java.html

...
[ERROR] Tests run: 15, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.206 
s <<< FAILURE! - in org.apache.commons.lang3.LocaleUtilsTest
[ERROR] testParseAllLocales(org.apache.commons.lang3.LocaleUtilsTest)  Time 
elapsed: 0.192 s  <<< ERROR!
java.lang.IllegalArgumentException: Invalid locale format: ji_001
at 
org.apache.commons.lang3.LocaleUtilsTest.testParseAllLocales(LocaleUtilsTest.java:578)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893230: libdtdparser-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libdtdparser-java
Version: 1.21a-5
Severity: serious
Tags: buster sid

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

...
compile:
[javac] /build/1st/libdtdparser-java-1.21a/build.xml:44: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Compiling 32 source files to 
/build/1st/libdtdparser-java-1.21a/classes
[javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.6
[javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.6
[javac] Using ant.build.javac.source 1.5 is no longer supported, switching 
to 1.6
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] 
/build/1st/libdtdparser-java-1.21a/source/com/wutka/dtd/Scanner.java:505: 
error: unmappable character (0xA0) for encoding US-ASCII
[javac] //[61] conditionalSect ::= ?includeSect | ignoreSect
[javac]^
[javac] 
/build/1st/libdtdparser-java-1.21a/source/com/wutka/dtd/Scanner.java:506: 
error: unmappable character (0xA0) for encoding US-ASCII
[javac] //[62] includeSect ::= ?''
[javac]^
[javac] 
/build/1st/libdtdparser-java-1.21a/source/com/wutka/dtd/Scanner.java:507: 
error: unmappable character (0xA0) for encoding US-ASCII
[javac] //[63] ignoreSect ::= ?''
[javac]   ^
[javac] 
/build/1st/libdtdparser-java-1.21a/source/com/wutka/dtd/Scanner.java:508: 
error: unmappable character (0xA0) for encoding US-ASCII
[javac] //[64] ignoreSectContents ::= ?Ignore ('' Ignore)*
[javac]   ^
[javac] 
/build/1st/libdtdparser-java-1.21a/source/com/wutka/dtd/Scanner.java:509: 
error: unmappable character (0xA0) for encoding US-ASCII
[javac] //[65] Ignore ::= ?Char* - (Char* ('') Char*)
[javac]   ^
[javac] 
/build/1st/libdtdparser-java-1.21a/source/com/wutka/dtd/Scanner.java:528: 
error: unmappable character (0xA0) for encoding US-ASCII
[javac] // has been found. ?Break out of for 
loop.
[javac]^
[javac] 
/build/1st/libdtdparser-java-1.21a/source/com/wutka/dtd/Scanner.java:551: 
error: unmappable character (0xA0) for encoding US-ASCII
[javac] // has been found. ?Increment nesting depth.
[javac]^
[javac] 7 errors
[javac] 4 warnings

BUILD FAILED
/build/1st/libdtdparser-java-1.21a/build.xml:38: The following error occurred 
while executing this line:
/build/1st/libdtdparser-java-1.21a/build.xml:44: Compile failed; see the 
compiler error output for details.

Total time: 9 seconds
make: *** [/usr/share/cdbs/1/class/ant.mk:39: debian/stamp-ant-build] Error 1

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#893229: libcommons-lang-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libcommons-lang-java
Version: 2.6-7
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libcommons-lang-java.html

...
compile:
[mkdir] Created dir: /build/1st/libcommons-lang-java-2.6/target/classes
[javac] /build/1st/libcommons-lang-java-2.6/build.xml:62: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Using javac -source 1.3 is no longer supported, switching to 1.6
[javac] Using javac -target 1.3 is no longer supported, switching to 1.6
[javac] Compiling 86 source files to 
/build/1st/libcommons-lang-java-2.6/target/classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] 
/build/1st/libcommons-lang-java-2.6/src/main/java/org/apache/commons/lang/Entities.java:64:
 error: unmappable character (0xA9) for encoding US-ASCII
[javac] {"copy", "169"}, // ? - copyright sign
[javac] ^
[javac] 
/build/1st/libcommons-lang-java-2.6/src/main/java/org/apache/commons/lang/Entities.java:69:
 error: unmappable character (0xAE) for encoding US-ASCII
[javac] {"reg", "174"}, // ? - registered trademark sign
[javac]^
[javac] 
/build/1st/libcommons-lang-java-2.6/src/main/java/org/apache/commons/lang/Entities.java:87:
 error: unmappable character (0xC0) for encoding US-ASCII
[javac] {"Agrave", "192"}, // ? - uppercase A, grave accent
[javac]   ^
[javac] 
/build/1st/libcommons-lang-java-2.6/src/main/java/org/apache/commons/lang/Entities.java:88:
 error: unmappable character (0xC1) for encoding US-ASCII
[javac] {"Aacute", "193"}, // ? - uppercase A, acute accent
[javac]   ^
[javac] 
/build/1st/libcommons-lang-java-2.6/src/main/java/org/apache/commons/lang/Entities.java:89:
 error: unmappable character (0xC2) for encoding US-ASCII
[javac] {"Acirc", "194"}, // ? - uppercase A, circumflex accent
[javac]  ^
[javac] 
/build/1st/libcommons-lang-java-2.6/src/main/java/org/apache/commons/lang/Entities.java:90:
 error: unmappable character (0xC3) for encoding US-ASCII
[javac] {"Atilde", "195"}, // ? - uppercase A, tilde
[javac]   ^
[javac] 
/build/1st/libcommons-lang-java-2.6/src/main/java/org/apache/commons/lang/Entities.java:91:
 error: unmappable character (0xC4) for encoding US-ASCII
[javac] {"Auml", "196"}, // ? - uppercase A, umlaut
[javac] ^
[javac] 
/build/1st/libcommons-lang-java-2.6/src/main/java/org/apache/commons/lang/Entities.java:92:
 error: unmappable character (0xC5) for encoding US-ASCII
[javac] {"Aring", "197"}, // ? - uppercase A, ring
[javac]  ^
[javac] 
/build/1st/libcommons-lang-java-2.6/src/main/java/org/apache/commons/lang/Entities.java:93:
 error: unmappable character (0xC6) for encoding US-ASCII
[javac] {"AElig", "198"}, // ? - uppercase AE
[javac]  ^
[javac] 
/build/1st/libcommons-lang-java-2.6/src/main/java/org/apache/commons/lang/Entities.java:94:
 error: unmappable character (0xC7) for encoding US-ASCII
[javac] {"Ccedil", "199"}, // ? - uppercase C, cedilla
[javac]   ^
[javac] 
/build/1st/libcommons-lang-java-2.6/src/main/java/org/apache/commons/lang/Entities.java:95:
 error: unmappable character (0xC8) for encoding US-ASCII
[javac] {"Egrave", "200"}, // ? - uppercase E, grave accent
[javac]   ^
[javac] 
/build/1st/libcommons-lang-java-2.6/src/main/java/org/apache/commons/lang/Entities.java:96:
 error: unmappable character (0xC9) for encoding US-ASCII
[javac] {"Eacute", "201"}, // ? - uppercase E, acute accent
[javac]   ^
[javac] 
/build/1st/libcommons-lang-java-2.6/src/main/java/org/apache/commons/lang/Entities.java:97:
 error: unmappable character (0xCA) for encoding US-ASCII
[javac] {"Ecirc", "202"}, // ? - uppercase E, circumflex accent
[javac]  ^
[javac] 
/build/1st/libcommons-lang-java-2.6/src/main/java/org/apache/commons/lang/Entities.java:98:
 error: unmappable character (0xCB) for encoding US-ASCII
[javac] {"Euml", "203"}, // ? - uppercase E, umlaut
[javac] ^
[javac] 

Bug#893225: libcommons-validator-java FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libcommons-validator-java
Version: 1:1.6-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libcommons-validator-java.html

...
[ERROR] Failures: 
[ERROR]   CalendarValidatorTest.testDateTimeStyle:197 validate(A) default
[ERROR]   CalendarValidatorTest.testFormat:215 default expected:<31/12/[]05> 
but was:<31/12/[20]05>
[ERROR]   CurrencyValidatorTest.testIntegerValid:142 US negative 
expected:<-1234.00> but was:
[ERROR]   CurrencyValidatorTest.testInvalid:121 US wrong negative
[ERROR]   CurrencyValidatorTest.testValid:93 US negative expected:<-1234.56> 
but was:
[ERROR]   DateValidatorTest.testDateValidatorMethods:69 validate(A) both 
expected: but was:
[ERROR]   TimeValidatorTest.testLocaleValid:157 compare 0 value=[23:59] failed  
expected: but was:
[ERROR]   TimeValidatorTest.testPatternValid:131 compare 0 value=[23-59-59] 
failed  expected: but was:
[ERROR]   TimeValidatorTest.testTimeZone:219 pattern result
[ERROR] Errors: 
[ERROR]   CalendarValidatorTest.testCalendarValidatorMethods:70 NullPointer
[INFO] 
[ERROR] Tests run: 536, Failures: 9, Errors: 1, Skipped: 0
[INFO] 
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 6.954 s
[INFO] Finished at: 2019-04-19T06:46:00-12:00
[INFO] Final Memory: 11M/38M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test) on 
project commons-validator: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/build/1st/libcommons-validator-java-1.6/target/surefire-reports for the 
individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, 
[date].dumpstream and [date]-jvmRun[N].dumpstream.
[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
dh_auto_test: /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=/build/1st/libcommons-validator-java-1.6 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/libcommons-validator-java-1.6/debian/maven.properties
 org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/1st/libcommons-validator-java-1.6/debian 
-Dmaven.repo.local=/build/1st/libcommons-validator-java-1.6/debian/maven-repo 
--batch-mode test returned exit code 1
make: *** [debian/rules:4: build] Error 1

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893221: knopflerfish-osgi FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: knopflerfish-osgi
Version: 6.1.1-1
Severity: serious

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

...
javadoc -locale en -encoding "UTF-8" -sourcepath osgi/framework/src -d api 
-subpackages org.knopflerfish:org.osgi
Loading source files for package org.knopflerfish...
Loading source files for package org.osgi...
Constructing Javadoc information...
osgi/framework/src/org/osgi/framework/hooks/service/ListenerHook.java:20: 
error: package org.osgi.annotation.versioning does not exist
import org.osgi.annotation.versioning.ConsumerType;
 ^
osgi/framework/src/org/osgi/framework/hooks/service/ListenerHook.java:21: 
error: package org.osgi.annotation.versioning does not exist
import org.osgi.annotation.versioning.ProviderType;
 ^
osgi/framework/src/org/osgi/framework/hooks/service/ListenerHook.java:34: 
error: cannot find symbol
@ConsumerType
 ^
  symbol: class ConsumerType
osgi/framework/src/org/osgi/framework/Bundle.java:28: error: package 
org.osgi.annotation.versioning does not exist
import org.osgi.annotation.versioning.ProviderType;
 ^
osgi/framework/src/org/osgi/framework/Bundle.java:80: error: cannot find symbol
@ProviderType
 ^
  symbol: class ProviderType
osgi/framework/src/org/osgi/framework/launch/Framework.java:22: error: package 
org.osgi.annotation.versioning does not exist
import org.osgi.annotation.versioning.ProviderType;
 ^
osgi/framework/src/org/osgi/framework/launch/Framework.java:40: error: cannot 
find symbol
@ProviderType
 ^
  symbol: class ProviderType
osgi/framework/src/org/osgi/framework/ServiceFactory.java:19: error: package 
org.osgi.annotation.versioning does not exist
import org.osgi.annotation.versioning.ConsumerType;
 ^
osgi/framework/src/org/osgi/framework/ServiceFactory.java:58: error: cannot 
find symbol
@ConsumerType
 ^
  symbol: class ConsumerType
osgi/framework/src/org/osgi/framework/FrameworkListener.java:20: error: package 
org.osgi.annotation.versioning does not exist
import org.osgi.annotation.versioning.ConsumerType;
 ^
osgi/framework/src/org/osgi/framework/FrameworkListener.java:40: error: cannot 
find symbol
@ConsumerType
 ^
  symbol: class ConsumerType
osgi/framework/src/org/osgi/framework/BundleContext.java:23: error: package 
org.osgi.annotation.versioning does not exist
import org.osgi.annotation.versioning.ProviderType;
 ^
osgi/framework/src/org/osgi/framework/BundleReference.java:19: error: package 
org.osgi.annotation.versioning does not exist
import org.osgi.annotation.versioning.ProviderType;
 ^
osgi/framework/src/org/osgi/framework/BundleReference.java:28: error: cannot 
find symbol
@ProviderType
 ^
  symbol: class ProviderType
osgi/framework/src/org/osgi/framework/BundleContext.java:90: error: cannot find 
symbol
@ProviderType
 ^
  symbol: class ProviderType
osgi/framework/src/org/osgi/framework/wiring/BundleRequirement.java:20: error: 
package org.osgi.annotation.versioning does not exist
import org.osgi.annotation.versioning.ProviderType;
 ^
osgi/framework/src/org/osgi/resource/Requirement.java:20: error: package 
org.osgi.annotation.versioning does not exist
import org.osgi.annotation.versioning.ConsumerType;
 ^
osgi/framework/src/org/osgi/resource/Requirement.java:33: error: cannot find 
symbol
@ConsumerType
 ^
  symbol: class ConsumerType
osgi/framework/src/org/osgi/framework/wiring/BundleRequirement.java:31: error: 
cannot find symbol
@ProviderType
 ^
  symbol: class ProviderType
osgi/framework/src/org/osgi/framework/wiring/BundleCapability.java:20: error: 
package org.osgi.annotation.versioning does not exist
import org.osgi.annotation.versioning.ProviderType;
 ^
osgi/framework/src/org/osgi/resource/Capability.java:20: error: package 
org.osgi.annotation.versioning does not exist
import org.osgi.annotation.versioning.ConsumerType;
 ^
osgi/framework/src/org/osgi/resource/Capability.java:33: error: cannot find 
symbol
@ConsumerType
 ^
  symbol: class ConsumerType
osgi/framework/src/org/osgi/framework/wiring/BundleCapability.java:31: error: 
cannot find symbol
@ProviderType
 ^
  symbol: class ProviderType
osgi/framework/src/org/osgi/framework/wiring/BundleRevision.java:20: error: 
package org.osgi.annotation.versioning does not exist
import org.osgi.annotation.versioning.ProviderType;
 ^
osgi/framework/src/org/osgi/resource/Resource.java:20: error: package 
org.osgi.annotation.versioning does not exist
import org.osgi.annotation.versioning.ConsumerType;
 ^

Bug#893220: jackson-dataformat-yaml FTBFS with libyaml-snake-java 1.20-1

2018-03-17 Thread Adrian Bunk
Source: jackson-dataformat-yaml
Version: 2.8.10-2
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/jackson-dataformat-yaml.html

...
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
/build/1st/jackson-dataformat-yaml-2.8.10/src/main/java/com/fasterxml/jackson/dataformat/yaml/YAMLGenerator.java:[423,40]
 incompatible types: java.lang.Boolean cannot be converted to 
org.yaml.snakeyaml.DumperOptions.FlowStyle
[ERROR] 
/build/1st/jackson-dataformat-yaml-2.8.10/src/main/java/com/fasterxml/jackson/dataformat/yaml/YAMLGenerator.java:[451,39]
 incompatible types: java.lang.Boolean cannot be converted to 
org.yaml.snakeyaml.DumperOptions.FlowStyle
[ERROR] 
/build/1st/jackson-dataformat-yaml-2.8.10/src/main/java/com/fasterxml/jackson/dataformat/yaml/YAMLGenerator.java:[768,29]
 incompatible types: java.lang.Character cannot be converted to 
org.yaml.snakeyaml.DumperOptions.ScalarStyle
[ERROR] 
/build/1st/jackson-dataformat-yaml-2.8.10/src/main/java/com/fasterxml/jackson/dataformat/yaml/snakeyaml/error/Mark.java:[44,23]
 cannot find symbol
  symbol:   method getIndex()
  location: variable _source of type org.yaml.snakeyaml.error.Mark
[INFO] 4 errors 
[INFO] -
[INFO] 
[INFO] 
[INFO] Skipping Jackson-dataformat-YAML
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 01:32 min
[INFO] Finished at: 2018-03-16T17:28:39-12:00
[INFO] Final Memory: 17M/60M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile (default-compile) 
on project jackson-dataformat-yaml: Compilation failure: Compilation failure: 
[ERROR] 
/build/1st/jackson-dataformat-yaml-2.8.10/src/main/java/com/fasterxml/jackson/dataformat/yaml/YAMLGenerator.java:[423,40]
 incompatible types: java.lang.Boolean cannot be converted to 
org.yaml.snakeyaml.DumperOptions.FlowStyle
[ERROR] 
/build/1st/jackson-dataformat-yaml-2.8.10/src/main/java/com/fasterxml/jackson/dataformat/yaml/YAMLGenerator.java:[451,39]
 incompatible types: java.lang.Boolean cannot be converted to 
org.yaml.snakeyaml.DumperOptions.FlowStyle
[ERROR] 
/build/1st/jackson-dataformat-yaml-2.8.10/src/main/java/com/fasterxml/jackson/dataformat/yaml/YAMLGenerator.java:[768,29]
 incompatible types: java.lang.Character cannot be converted to 
org.yaml.snakeyaml.DumperOptions.ScalarStyle
[ERROR] 
/build/1st/jackson-dataformat-yaml-2.8.10/src/main/java/com/fasterxml/jackson/dataformat/yaml/snakeyaml/error/Mark.java:[44,23]
 cannot find symbol
[ERROR]   symbol:   method getIndex()
[ERROR]   location: variable _source of type org.yaml.snakeyaml.error.Mark
[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
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=/build/1st/jackson-dataformat-yaml-2.8.10 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/jackson-dataformat-yaml-2.8.10/debian/maven.properties
 org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/1st/jackson-dataformat-yaml-2.8.10/debian 
-Dmaven.repo.local=/build/1st/jackson-dataformat-yaml-2.8.10/debian/maven-repo 
--batch-mode package javadoc:jar javadoc:aggregate -DskipTests 
-Dnotimestamp=true -Dlocale=en_US returned exit code 1
make: *** [debian/rules:4: build] Error 2

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893219: activemq-activeio FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: activemq-activeio
Version: 3.1.4-2
Severity: serious

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

...
[INFO] Compiling 17 source files to 
/build/1st/activemq-activeio-3.1.4/activeio-core/target/test-classes
Use of target 1.5 is no longer supported, switching to 1.7
Use of source 1.5 is no longer supported, switching to 1.7
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[WARNING] 
/build/1st/activemq-activeio-3.1.4/activeio-core/src/test/java/org/apache/activeio/journal/active/JournalImplTest.java:[72,24]
 close() in org.apache.activeio.journal.active.JournalImpl has been deprecated
[INFO] 
/build/1st/activemq-activeio-3.1.4/activeio-core/src/test/java/org/apache/activeio/journal/active/JournalImplTest.java:
 Some input files use unchecked or unsafe operations.
[INFO] 
/build/1st/activemq-activeio-3.1.4/activeio-core/src/test/java/org/apache/activeio/journal/active/JournalImplTest.java:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.20.1:test (default-test) @ activeio-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ activeio-core ---
[WARNING] Bundle org.apache.activemq:activeio-core:bundle:3.1.4 : Unused 
Import-Package instructions: [org.objectweb.howl.log*] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ activeio-core ---
[INFO] Building jar: 
/build/1st/activemq-activeio-3.1.4/activeio-core/target/activeio-core-3.1.4-tests.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.0:jar (default-cli) @ activeio-core ---
[WARNING] Source files encoding has not been set, using platform encoding 
ANSI_X3.4-1968, i.e. build is platform dependent!
[INFO] 
Loading source files for package org.apache.activeio.packet...
Loading source files for package org.apache.activeio.adapter...
Loading source files for package org.apache.activeio.journal.howl...
Loading source files for package org.apache.activeio.journal...
Loading source files for package org.apache.activeio.journal.active...
Loading source files for package org.apache.activeio.oneport...
Loading source files for package org.apache.activeio.xnet...
Loading source files for package org.apache.activeio.xnet.hba...
Constructing Javadoc information...
13 errors
[INFO] 
[INFO] 
[INFO] Skipping ActiveIO
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] ActiveIO ... SUCCESS [ 13.462 s]
[INFO] ActiveIO :: Core ... FAILURE [02:05 min]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 02:56 min
[INFO] Finished at: 2018-03-16T14:34:40-12:00
[INFO] Final Memory: 20M/68M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar (default-cli) on 
project activeio-core: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - 
/build/1st/activemq-activeio-3.1.4/activeio-core/src/main/java/org/apache/activeio/journal/howl/HowlJournal.java:29:
 error: package org.objectweb.howl.log does not exist
[ERROR] import org.objectweb.howl.log.Configuration;
[ERROR]  ^
[ERROR] 
/build/1st/activemq-activeio-3.1.4/activeio-core/src/main/java/org/apache/activeio/journal/howl/HowlJournal.java:30:
 error: package org.objectweb.howl.log does not exist
[ERROR] import org.objectweb.howl.log.InvalidFileSetException;
[ERROR]  ^
[ERROR] 
/build/1st/activemq-activeio-3.1.4/activeio-core/src/main/java/org/apache/activeio/journal/howl/HowlJournal.java:31:
 error: package org.objectweb.howl.log does not exist
[ERROR] import org.objectweb.howl.log.InvalidLogBufferException;
[ERROR]  ^
[ERROR] 
/build/1st/activemq-activeio-3.1.4/activeio-core/src/main/java/org/apache/activeio/journal/howl/HowlJournal.java:32:
 error: package org.objectweb.howl.log does not exist
[ERROR] import org.objectweb.howl.log.InvalidLogKeyException;
[ERROR]  ^
[ERROR] 
/build/1st/activemq-activeio-3.1.4/activeio-core/src/main/java/org/apache/activeio/journal/howl/HowlJournal.java:33:
 error: package org.objectweb.howl.log does not exist
[ERROR] import org.objectweb.howl.log.LogConfigurationException;
[ERROR]  ^
[ERROR] 
/build/1st/activemq-activeio-3.1.4/activeio-core/src/main/java/org/apache/activeio/journal/howl/HowlJournal.java:34:
 error: package 

Bug#893218: jackson-datatype-joda FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: jackson-datatype-joda
Version: 2.9.4-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/jackson-datatype-joda.html

...
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] Running com.fasterxml.jackson.datatype.joda.JodaMapperTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.269 s 
- in com.fasterxml.jackson.datatype.joda.JodaMapperTest
[INFO] Running com.fasterxml.jackson.datatype.joda.TestVersions
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s 
- in com.fasterxml.jackson.datatype.joda.TestVersions
[INFO] Running com.fasterxml.jackson.datatype.joda.IntervalSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.214 s 
- in com.fasterxml.jackson.datatype.joda.IntervalSerializationTest
[INFO] Running com.fasterxml.jackson.datatype.joda.DateTimeTest
[ERROR] Tests run: 10, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.605 
s <<< FAILURE! - in com.fasterxml.jackson.datatype.joda.DateTimeTest
[ERROR] 
testCustomPatternStyle(com.fasterxml.jackson.datatype.joda.DateTimeTest)  Time 
elapsed: 1.256 s  <<< FAILURE!
junit.framework.ComparisonFailure: expected:<{"date":"1/1/70[] 12:00 AM"}> but 
was:<{"date":"1/1/70[,] 12:00 AM"}>
at 
com.fasterxml.jackson.datatype.joda.DateTimeTest.testCustomPatternStyle(DateTimeTest.java:126)

[INFO] Running com.fasterxml.jackson.datatype.joda.TimeZoneTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s 
- in com.fasterxml.jackson.datatype.joda.TimeZoneTest
[INFO] Running com.fasterxml.jackson.datatype.joda.ser.JodaSerializationTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 s 
- in com.fasterxml.jackson.datatype.joda.ser.JodaSerializationTest
[INFO] Running com.fasterxml.jackson.datatype.joda.ser.WriteZoneIdTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
com.fasterxml.jackson.datatype.joda.ser.WriteZoneIdTest
[INFO] Running com.fasterxml.jackson.datatype.joda.DateMidnightTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 s - 
in com.fasterxml.jackson.datatype.joda.DateMidnightTest
[INFO] Running com.fasterxml.jackson.datatype.joda.MixedListTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.859 s 
- in com.fasterxml.jackson.datatype.joda.MixedListTest
[INFO] Running 
com.fasterxml.jackson.datatype.joda.deser.DurationDeserializationTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s 
- in com.fasterxml.jackson.datatype.joda.deser.DurationDeserializationTest
[INFO] Running com.fasterxml.jackson.datatype.joda.deser.LocalTimeDeserTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - 
in com.fasterxml.jackson.datatype.joda.deser.LocalTimeDeserTest
[INFO] Running com.fasterxml.jackson.datatype.joda.deser.IntervalDeserTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s 
- in com.fasterxml.jackson.datatype.joda.deser.IntervalDeserTest
[INFO] Running com.fasterxml.jackson.datatype.joda.deser.YearMonthDeserTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s 
- in com.fasterxml.jackson.datatype.joda.deser.YearMonthDeserTest
[INFO] Running com.fasterxml.jackson.datatype.joda.deser.LocalDateTimeDeserTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 s 
- in com.fasterxml.jackson.datatype.joda.deser.LocalDateTimeDeserTest
[INFO] Running 
com.fasterxml.jackson.datatype.joda.deser.PeriodDeserializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s 
- in com.fasterxml.jackson.datatype.joda.deser.PeriodDeserializationTest
[INFO] Running com.fasterxml.jackson.datatype.joda.deser.LocalDateDeserTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s 
- in com.fasterxml.jackson.datatype.joda.deser.LocalDateDeserTest
[INFO] Running 
com.fasterxml.jackson.datatype.joda.deser.ReadablePeriodDeserializerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 s 
- in com.fasterxml.jackson.datatype.joda.deser.ReadablePeriodDeserializerTest
[INFO] Running com.fasterxml.jackson.datatype.joda.deser.KeyDeserTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s 
- in com.fasterxml.jackson.datatype.joda.deser.KeyDeserTest
[INFO] Running com.fasterxml.jackson.datatype.joda.deser.DateTimeZoneDeserTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s 
- in com.fasterxml.jackson.datatype.joda.deser.DateTimeZoneDeserTest
[INFO] Running com.fasterxml.jackson.datatype.joda.deser.DateTimeDeserTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s 
- in 

Bug#893216: jta FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: jta
Version: 2.6+dfsg-6
Severity: serious
Tags: buster sid

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

...
compile:
[javac] /build/1st/jta-2.6+dfsg/build.xml:51: warning: 'includeantruntime' 
was not set, defaulting to build.sysclasspath=last; set to false for repeatable 
builds
[javac] Compiling 80 source files
[javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.6
[javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.6
[javac] Using ant.build.javac.source 1.5 is no longer supported, switching 
to 1.6
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] /build/1st/jta-2.6+dfsg/de/mud/jta/Applet.java:4: error: unmappable 
character (0xC3) for encoding US-ASCII
[javac]  * (c) Matthias L. Jugel, Marcus Mei??ner 1996-2005. All Rights 
Reserved.
[javac] ^
[javac] /build/1st/jta-2.6+dfsg/de/mud/jta/Applet.java:4: error: unmappable 
character (0x9F) for encoding US-ASCII
[javac]  * (c) Matthias L. Jugel, Marcus Mei??ner 1996-2005. All Rights 
Reserved.
[javac]  ^
[javac] /build/1st/jta-2.6+dfsg/de/mud/jta/Build.java:4: error: unmappable 
character (0xC3) for encoding US-ASCII
[javac]  * (c) Matthias L. Jugel, Marcus Mei??ner 1996-2005. All Rights 
Reserved.
[javac] ^
[javac] /build/1st/jta-2.6+dfsg/de/mud/jta/Build.java:4: error: unmappable 
character (0x9F) for encoding US-ASCII
[javac]  * (c) Matthias L. Jugel, Marcus Mei??ner 1996-2005. All Rights 
Reserved.
[javac]  ^
[javac] /build/1st/jta-2.6+dfsg/de/mud/jta/Common.java:4: error: unmappable 
character (0xC3) for encoding US-ASCII
[javac]  * (c) Matthias L. Jugel, Marcus Mei??ner 1996-2005. All Rights 
Reserved.
[javac] ^
[javac] /build/1st/jta-2.6+dfsg/de/mud/jta/Common.java:4: error: unmappable 
character (0x9F) for encoding US-ASCII
[javac]  * (c) Matthias L. Jugel, Marcus Mei??ner 1996-2005. All Rights 
Reserved.
[javac]  ^
[javac] /build/1st/jta-2.6+dfsg/de/mud/jta/FilterPlugin.java:4: error: 
unmappable character (0xC3) for encoding US-ASCII
[javac]  * (c) Matthias L. Jugel, Marcus Mei??ner 1996-2005. All Rights 
Reserved.
[javac] ^
[javac] /build/1st/jta-2.6+dfsg/de/mud/jta/FilterPlugin.java:4: error: 
unmappable character (0x9F) for encoding US-ASCII
[javac]  * (c) Matthias L. Jugel, Marcus Mei??ner 1996-2005. All Rights 
Reserved.
[javac]  ^
[javac] /build/1st/jta-2.6+dfsg/de/mud/jta/FilterPlugin.java:37: error: 
unmappable character (0xEF) for encoding US-ASCII
[javac]  * @author Matthias L. Jugel, Marcus Mei???ner
[javac] ^
[javac] /build/1st/jta-2.6+dfsg/de/mud/jta/FilterPlugin.java:37: error: 
unmappable character (0xBF) for encoding US-ASCII
[javac]  * @author Matthias L. Jugel, Marcus Mei???ner
[javac]  ^
[javac] /build/1st/jta-2.6+dfsg/de/mud/jta/FilterPlugin.java:37: error: 
unmappable character (0xBD) for encoding US-ASCII
[javac]  * @author Matthias L. Jugel, Marcus Mei???ner
[javac]   ^
[javac] /build/1st/jta-2.6+dfsg/de/mud/jta/Help.java:4: error: unmappable 
character (0xC3) for encoding US-ASCII
[javac]  * (c) Matthias L. Jugel, Marcus Mei??ner 1996-2005. All Rights 
Reserved.
[javac] ^
[javac] /build/1st/jta-2.6+dfsg/de/mud/jta/Help.java:4: error: unmappable 
character (0x9F) for encoding US-ASCII
[javac]  * (c) Matthias L. Jugel, Marcus Mei??ner 1996-2005. All Rights 
Reserved.
[javac]  ^
[javac] /build/1st/jta-2.6+dfsg/de/mud/jta/Help.java:50: error: unmappable 
character (0xEF) for encoding US-ASCII
[javac]  * @author Matthias L. Jugel, Marcus Mei???ner
[javac] ^
[javac] /build/1st/jta-2.6+dfsg/de/mud/jta/Help.java:50: error: unmappable 
character (0xBF) for encoding US-ASCII
[javac]  * @author Matthias L. Jugel, Marcus Mei???ner
[javac]  ^
[javac] /build/1st/jta-2.6+dfsg/de/mud/jta/Help.java:50: error: unmappable 
character (0xBD) for encoding US-ASCII
[javac]  * @author Matthias L. Jugel, Marcus Mei???ner
[javac]   

Bug#893214: jaxb FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: jaxb
Version: 2.3.0-3
Severity: serious

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

...
 debian/rules build
dh build --buildsystem=maven --with javahelper
   dh_update_autotools_config -O--buildsystem=maven
   dh_autoreconf -O--buildsystem=maven
   dh_auto_configure -O--buildsystem=maven
mh_patchpoms -plibjaxb-java --debian-build --keep-pom-version 
--maven-repo=/build/1st/jaxb-2.3.0/debian/maven-repo
[ERROR] Cannot find parent dependency com.sun.xml.bind:jaxb-bom-ext:pom:2.3.0, 
use --no-parent option to resolve this issue or install the parent POM in the 
Maven repository
[ERROR] Cannot find parent dependency org.glassfish.jaxb:jaxb-bom:pom:2.3.0, 
use --no-parent option to resolve this issue or install the parent POM in the 
Maven repository
[ERROR] Cannot find parent dependency 
com.sun.xml.bind.mvn:jaxb-parent:pom:2.3.0, use --no-parent option to resolve 
this issue or install the parent POM in the Maven repository
[ERROR] Cannot find parent dependency 
com.sun.xml.bind.mvn:jaxb-parent:pom:2.3.0, use --no-parent option to resolve 
this issue or install the parent POM in the Maven repository
[ERROR] Cannot find parent dependency 
com.sun.xml.bind.mvn:jaxb-parent:pom:2.3.0, use --no-parent option to resolve 
this issue or install the parent POM in the Maven repository
[ERROR] Cannot find parent dependency 
com.sun.xml.bind.mvn:jaxb-runtime-parent:pom:2.3.0, use --no-parent option to 
resolve this issue or install the parent POM in the Maven repository
[ERROR] Cannot find parent dependency 
com.sun.xml.bind.mvn:jaxb-runtime-parent:pom:2.3.0, use --no-parent option to 
resolve this issue or install the parent POM in the Maven repository
[ERROR] Cannot find parent dependency 
com.sun.xml.bind.mvn:jaxb-parent:pom:2.3.0, use --no-parent option to resolve 
this issue or install the parent POM in the Maven repository
   jh_linkjars -O--buildsystem=maven
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/1st/jaxb-2.3.0'
dh_auto_build -- -f jaxb-ri/pom.xml package javadoc:aggregate -DskipTests
/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=/build/1st/jaxb-2.3.0 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/jaxb-2.3.0/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/build/1st/jaxb-2.3.0/debian 
-Dmaven.repo.local=/build/1st/jaxb-2.3.0/debian/maven-repo --batch-mode -f 
jaxb-ri/pom.xml package javadoc:aggregate -DskipTests -DskipTests 
-Dnotimestamp=true -Dlocale=en_US
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
com.google.inject.internal.cglib.core.$ReflectUtils$1 
(file:/usr/share/maven/lib/guice.jar) to method 
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of 
com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-jar-plugin is missing. @ line 67, column 12
[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-jar-plugin is missing. @ line 100, column 12
[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-jar-plugin is missing. @ line 67, column 12
[WARNING] 'dependencyManagement.dependencies.dependency.systemPath' for 
com.sun:tools:jar refers to a non-existing file 
/usr/lib/jvm/java-9-openjdk-amd64/../lib/tools.jar. Please verify that you run 
Maven using a JDK and not just a JRE. @ com.sun.xml.bind.mvn:jaxb-parent:2.3.0, 
/build/1st/jaxb-2.3.0/jaxb-ri/pom.xml, line 180, column 17
[WARNING] 'dependencyManagement.dependencies.dependency.systemPath' for 
com.sun:tools:jar refers to a non-existing file 
/usr/lib/jvm/java-9-openjdk-amd64/../lib/tools.jar. Please verify that you run 
Maven using a JDK and not just a JRE. @ com.sun.xml.bind.mvn:jaxb-parent:2.3.0, 
/build/1st/jaxb-2.3.0/jaxb-ri/pom.xml, line 180, column 17
[WARNING] 'dependencyManagement.dependencies.dependency.systemPath' for 
com.sun:tools:jar refers to a non-existing file 
/usr/lib/jvm/java-9-openjdk-amd64/../lib/tools.jar. Please verify that you run 
Maven using a JDK and not just a JRE. @ com.sun.xml.bind.mvn:jaxb-parent:2.3.0, 
/build/1st/jaxb-2.3.0/jaxb-ri/pom.xml, line 180, column 17
[WARNING] 'dependencyManagement.dependencies.dependency.systemPath' for 
com.sun:tools:jar refers to a non-existing file 
/usr/lib/jvm/java-9-openjdk-amd64/../lib/tools.jar. Please verify 

Bug#893212: jsoup FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: jsoup
Version: 1.10.2-1
Severity: serious
Tags: buster sid

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

...
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] Running org.jsoup.safety.CleanerTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.726 s 
- in org.jsoup.safety.CleanerTest
[INFO] Running org.jsoup.integration.UrlConnectTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.01 
s - in org.jsoup.integration.UrlConnectTest
[INFO] Running org.jsoup.integration.ParseTest
[WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 
1.121 s - in org.jsoup.integration.ParseTest
[INFO] Running org.jsoup.helper.W3CDomTest
[ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 1.992 s 
<<< FAILURE! - in org.jsoup.helper.W3CDomTest
[ERROR] simpleConversion(org.jsoup.helper.W3CDomTest)  Time elapsed: 1.98 s  
<<< FAILURE!
org.junit.ComparisonFailure: 
expected:<
[

W3c


Text

Whatalert('!')

]

> but was:<
[

W3c


Text


Whatalert('!')

]

>
at org.jsoup.helper.W3CDomTest.simpleConversion(W3CDomTest.java:26)

[INFO] Running org.jsoup.helper.HttpConnectionTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s 
- in org.jsoup.helper.HttpConnectionTest
[INFO] Running org.jsoup.helper.DataUtilTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s 
- in org.jsoup.helper.DataUtilTest
[INFO] Running org.jsoup.helper.StringUtilTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s 
- in org.jsoup.helper.StringUtilTest
[INFO] Running org.jsoup.parser.TagTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s 
- in org.jsoup.parser.TagTest
[INFO] Running org.jsoup.parser.TokenQueueTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s 
- in org.jsoup.parser.TokenQueueTest
[INFO] Running org.jsoup.parser.AttributeParseTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s 
- in org.jsoup.parser.AttributeParseTest
[INFO] Running org.jsoup.parser.ParserSettingsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.jsoup.parser.ParserSettingsTest
[INFO] Running org.jsoup.parser.CharacterReaderTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s 
- in org.jsoup.parser.CharacterReaderTest
[INFO] Running org.jsoup.parser.HtmlParserTest
[INFO] Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.046 
s - in org.jsoup.parser.HtmlParserTest
[INFO] Running org.jsoup.parser.XmlTreeBuilderTest
[WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
0.001 s - in org.jsoup.parser.XmlTreeBuilderTest
[INFO] Running org.jsoup.select.ElementsTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s 
- in org.jsoup.select.ElementsTest
[INFO] Running org.jsoup.select.SelectorTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s 
- in org.jsoup.select.SelectorTest
[INFO] Running org.jsoup.select.QueryParserTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.jsoup.select.QueryParserTest
[INFO] Running org.jsoup.select.CssTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 s 
- in org.jsoup.select.CssTest
[INFO] Running org.jsoup.nodes.DocumentTest
[WARNING] Tests run: 28, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 
0.128 s - in org.jsoup.nodes.DocumentTest
[INFO] Running org.jsoup.nodes.FormElementTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s 
- in org.jsoup.nodes.FormElementTest
[INFO] Running org.jsoup.nodes.AttributesTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.jsoup.nodes.AttributesTest
[INFO] Running org.jsoup.nodes.NodeTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s 
- in org.jsoup.nodes.NodeTest
[INFO] Running org.jsoup.nodes.TextNodeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - 
in org.jsoup.nodes.TextNodeTest
[INFO] Running org.jsoup.nodes.EntitiesTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s 
- in org.jsoup.nodes.EntitiesTest
[INFO] Running org.jsoup.nodes.AttributeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s 
- in org.jsoup.nodes.AttributeTest
[INFO] Running org.jsoup.nodes.ElementTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s 
- in org.jsoup.nodes.ElementTest
[INFO] Running org.jsoup.nodes.DocumentTypeTest
[INFO] Tests run: 5, Failures: 0, Errors: 

Bug#893210: jedit FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: jedit
Version: 5.4.0+dfsg-2
Severity: serious

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

...
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/build/1st/jedit-5.4.0+dfsg'
dh_quilt_unpatch
No patch removed
mv debian/patches/series debian/patches/series.noauto
mv: cannot stat 'debian/patches/series': No such file or directory
make[1]: [debian/rules:54: override_dh_auto_clean] Error 1 (ignored)
ant clean-all
Buildfile: /build/1st/jedit-5.4.0+dfsg/build.xml

init:
 [echo] Buildfile for jedit (/build/1st/jedit-5.4.0+dfsg/build.xml)

BUILD FAILED
/build/1st/jedit-5.4.0+dfsg/build.xml:78: Java 1.8 is needed for jEdit to 
build, please install it and rerun (found Java version: '9')

Total time: 5 seconds
make[1]: *** [debian/rules:55: override_dh_auto_clean] Error 1

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893205: jericho-html FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: jericho-html
Version: 3.2-1
Severity: serious

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

...
build:
[mkdir] Created dir: /build/1st/jericho-html-3.2/build
[javac] /build/1st/jericho-html-3.2/debian/build.xml:9: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Compiling 104 source files to /build/1st/jericho-html-3.2/build
[javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.6
[javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.6
[javac] Using ant.build.javac.source 1.5 is no longer supported, switching 
to 1.6
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] 
/build/1st/jericho-html-3.2/src/java/net/htmlparser/jericho/Renderer.java:372: 
error: unmappable character (0xAB) for encoding US-ASCII
[javac]  *return '?'+alt+'?';
[javac]   ^
[javac] 
/build/1st/jericho-html-3.2/src/java/net/htmlparser/jericho/Renderer.java:372: 
error: unmappable character (0xBB) for encoding US-ASCII
[javac]  *return '?'+alt+'?';
[javac]   ^
[javac] 
/build/1st/jericho-html-3.2/src/java/net/htmlparser/jericho/StreamEncodingDetector.java:238:
 error: unmappable character (0xA7) for encoding US-ASCII
[javac] if (b2==0x6F && b3==0xA7 && b4==0x94) return 
setEncoding(EBCDIC,"default EBCDIC encoding ( detected)",0,false); // 
first four bytes are " detected)",0,false); // 
first four bytes are " detected)",0,false); 
// first four bytes are " detected)",0,false); 
// first four bytes are "http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893201: gnome-split: frequent parallel FTBFS

2018-03-17 Thread Adrian Bunk
Source: gnome-split
Version: 1.2-2
Severity: serious
Tags: patch

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

...
   dh_auto_install
make -j15 -O install 
DESTDIR=/build/1st/gnome-split-1.2/debian/gnome-split AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/build/1st/gnome-split-1.2'
MKDIR   /build/1st/gnome-split-1.2/debian/gnome-split/usr/share/java/
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
MKDIR   /build/1st/gnome-split-1.2/debian/gnome-split/usr/share/locale/
mkdir: cannot create directory 
'/build/1st/gnome-split-1.2/debian/gnome-split/usr/share/locale': No such file 
or directory
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
MKDIR   /build/1st/gnome-split-1.2/debian/gnome-split/usr/share/applications/
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
MKDIR   /build/1st/gnome-split-1.2/debian/gnome-split/usr/share/pixmaps/
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
MKDIR   /build/1st/gnome-split-1.2/debian/gnome-split/usr/share/mime/packages/
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
MKDIR   /build/1st/gnome-split-1.2/debian/gnome-split/usr/bin/
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
INSTALL 
/build/1st/gnome-split-1.2/debian/gnome-split/usr/share/locale/*/LC_MESSAGES/gnome-split.mo
cp: target '/build/1st/gnome-split-1.2/debian/gnome-split/usr/share/locale' is 
not a directory
make[1]: *** [Makefile:146: tmp/stamp/install-translations] Error 1
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: *** Waiting for unfinished jobs
make[1]: Entering directory '/build/1st/gnome-split-1.2'
INSTALL 
/build/1st/gnome-split-1.2/debian/gnome-split/usr/share/applications/gnome-split.desktop
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
INSTALL 
/build/1st/gnome-split-1.2/debian/gnome-split/usr/share/mime/packages/gnome-split.xml
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
INSTALL /build/1st/gnome-split-1.2/debian/gnome-split/usr/share/pixmaps/*.png
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
INSTALL /build/1st/gnome-split-1.2/debian/gnome-split/usr/bin/gnome-split
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
JAR tmp/gnome-split.jar
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
dh_auto_install: make -j15 -O install 
DESTDIR=/build/1st/gnome-split-1.2/debian/gnome-split AM_UPDATE_INFO_DIR=no 
returned exit code 2
make: *** [debian/rules:4: binary] Error 25


This is triggered by dh compat >= 10 defaulting to parallel building.

Ideally this should be fixed, but if this is not easily possible
the following to get back to the compat 9 default of non-parallel
building is sufficient:

--- debian/rules.old2018-03-17 09:13:25.282680276 +
+++ debian/rules2018-03-17 09:13:25.282680276 +
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-   dh $@
+   dh $@ --no-parallel
 
 override_dh_auto_configure:
./configure prefix=/usr libdir=/usr/lib/jni jardir=/usr/share/java

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893198: jets3t FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: jets3t
Version: 0.8.1+dfsg-3
Severity: serious
Tags: buster sid

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

...
compile:
[javac] Using javac -source 5 is no longer supported, switching to 1.6
[javac] Using javac -target 5 is no longer supported, switching to 1.6
[javac] Compiling 251 source files to /build/1st/jets3t-0.8.1+dfsg/build
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
[javac] warning: [options] source value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[javac] 
/build/1st/jets3t-0.8.1+dfsg/src/org/jets3t/tests/BaseStorageServiceTests.java:509:
 error: unmappable character (0xC3) for encoding US-ASCII
[javac] "v??rtl-???h/t??s???ing.txt"
[javac]   ^
[javac] 
/build/1st/jets3t-0.8.1+dfsg/src/org/jets3t/tests/BaseStorageServiceTests.java:509:
 error: unmappable character (0xAE) for encoding US-ASCII
[javac] "v??rtl-???h/t??s???ing.txt"
[javac]^
[javac] 
/build/1st/jets3t-0.8.1+dfsg/src/org/jets3t/tests/BaseStorageServiceTests.java:509:
 error: unmappable character (0xC3) for encoding US-ASCII
[javac] "v??rtl-???h/t??s???ing.txt"
[javac]   ^
[javac] 
/build/1st/jets3t-0.8.1+dfsg/src/org/jets3t/tests/BaseStorageServiceTests.java:509:
 error: unmappable character (0xBC) for encoding US-ASCII
[javac] "v??rtl-???h/t??s???ing.txt"
[javac]^
[javac] 
/build/1st/jets3t-0.8.1+dfsg/src/org/jets3t/tests/BaseStorageServiceTests.java:509:
 error: unmappable character (0xC3) for encoding US-ASCII
[javac] "v??rtl-???h/t??s???ing.txt"
[javac] ^
[javac] 
/build/1st/jets3t-0.8.1+dfsg/src/org/jets3t/tests/BaseStorageServiceTests.java:509:
 error: unmappable character (0xA1) for encoding US-ASCII
[javac] "v??rtl-???h/t??s???ing.txt"
[javac]  ^
[javac] 
/build/1st/jets3t-0.8.1+dfsg/src/org/jets3t/tests/BaseStorageServiceTests.java:509:
 error: unmappable character (0xCF) for encoding US-ASCII
[javac] "v??rtl-???h/t??s???ing.txt"
[javac] ^
[javac] 
/build/1st/jets3t-0.8.1+dfsg/src/org/jets3t/tests/BaseStorageServiceTests.java:509:
 error: unmappable character (0x80) for encoding US-ASCII
[javac] "v??rtl-???h/t??s???ing.txt"
[javac]  ^
[javac] 
/build/1st/jets3t-0.8.1+dfsg/src/org/jets3t/tests/BaseStorageServiceTests.java:509:
 error: unmappable character (0xC3) for encoding US-ASCII
[javac] "v??rtl-???h/t??s???ing.txt"
[javac]   ^
[javac] 
/build/1st/jets3t-0.8.1+dfsg/src/org/jets3t/tests/BaseStorageServiceTests.java:509:
 error: unmappable character (0xA5) for encoding US-ASCII
[javac] "v??rtl-???h/t??s???ing.txt"
[javac]^
[javac] 
/build/1st/jets3t-0.8.1+dfsg/src/org/jets3t/tests/BaseStorageServiceTests.java:509:
 error: unmappable character (0xE2) for encoding US-ASCII
[javac] "v??rtl-???h/t??s???ing.txt"
[javac] ^
[javac] 
/build/1st/jets3t-0.8.1+dfsg/src/org/jets3t/tests/BaseStorageServiceTests.java:509:
 error: unmappable character (0x80) for encoding US-ASCII
[javac] "v??rtl-???h/t??s???ing.txt"
[javac]  ^
[javac] 
/build/1st/jets3t-0.8.1+dfsg/src/org/jets3t/tests/BaseStorageServiceTests.java:509:
 error: unmappable character (0xA0) for encoding US-ASCII
[javac] "v??rtl-???h/t??s???ing.txt"
[javac]   ^
[javac] 
/build/1st/jets3t-0.8.1+dfsg/src/org/jets3t/tests/BaseStorageServiceTests.java:509:
 error: unmappable character (0xC3) for encoding US-ASCII
[javac] "v??rtl-???h/t??s???ing.txt"
[javac]   ^
[javac] 
/build/1st/jets3t-0.8.1+dfsg/src/org/jets3t/tests/BaseStorageServiceTests.java:509:
 error: unmappable character (0xA9) for encoding US-ASCII
[javac] "v??rtl-???h/t??s???ing.txt"
[javac]^
[javac] 
/build/1st/jets3t-0.8.1+dfsg/src/org/jets3t/tests/BaseStorageServiceTests.java:509:
 error: unmappable character (0xE2) for encoding US-ASCII
[javac] "v??rtl-???h/t??s???ing.txt"
[javac]  ^
   

Bug#893196: javassist FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: javassist
Version: 1:3.21.0-1
Severity: serious
Tags: buster sid

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

...
[ERROR] Failed to execute goal on project javassist: Could not resolve 
dependencies for project org.javassist:javassist:bundle:3.21.0-GA: Could not 
find artifact com.sun:tools:jar:debian at specified path 
/usr/lib/jvm/java-9-openjdk-amd64/../lib/tools.jar -> [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/DependencyResolutionException
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=/build/1st/javassist-3.21.0 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/javassist-3.21.0/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/1st/javassist-3.21.0/debian 
-Dmaven.repo.local=/build/1st/javassist-3.21.0/debian/maven-repo --batch-mode 
package javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true 
-Dlocale=en_US returned exit code 1
make: *** [debian/rules:4: build] Error 1

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893194: fontawesomefx FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: fontawesomefx
Version: 8.9-1
Severity: serious

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

...
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphsStack.java:[16,27]
 package javafx.scene.layout does not exist
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphsStack.java:[24,34]
 cannot find symbol
  symbol: class StackPane
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[19,26]
 package com.sun.javafx.css does not exist
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[20,33]
 package com.sun.javafx.css.parser does not exist
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[27,29]
 package javafx.beans.property does not exist
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[28,29]
 package javafx.beans.property does not exist
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[29,29]
 package javafx.beans.property does not exist
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[30,18]
 package javafx.css does not exist
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[31,18]
 package javafx.css does not exist
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[32,18]
 package javafx.css does not exist
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[33,18]
 package javafx.css does not exist
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[34,18]
 package javafx.css does not exist
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[35,19]
 package javafx.fxml does not exist
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[36,25]
 package javafx.scene.text does not exist
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[37,25]
 package javafx.scene.text does not exist
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[45,73]
 cannot find symbol
  symbol: class Text
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[49,26]
 cannot find symbol
  symbol:   class CSSParser
  location: class de.jensd.fx.glyphs.GlyphIcon
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[51,13]
 cannot find symbol
  symbol:   class StringProperty
  location: class de.jensd.fx.glyphs.GlyphIcon
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[52,13]
 cannot find symbol
  symbol:   class ObjectProperty
  location: class de.jensd.fx.glyphs.GlyphIcon
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[53,13]
 cannot find symbol
  symbol:   class ObjectProperty
  location: class de.jensd.fx.glyphs.GlyphIcon
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[85,18]
 cannot find symbol
  symbol:   class StringProperty
  location: class de.jensd.fx.glyphs.GlyphIcon
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[100,18]
 cannot find symbol
  symbol:   class ObjectProperty
  location: class de.jensd.fx.glyphs.GlyphIcon
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[115,18]
 cannot find symbol
  symbol:   class ObjectProperty
  location: class de.jensd.fx.glyphs.GlyphIcon
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[217,24]
 cannot find symbol
  symbol:   class CssMetaData
  location: class de.jensd.fx.glyphs.GlyphIcon
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[217,46]
 cannot find symbol
  symbol:   class Styleable
  location: class de.jensd.fx.glyphs.GlyphIcon
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[222,17]
 cannot find symbol
  symbol:   class CssMetaData
  location: class de.jensd.fx.glyphs.GlyphIcon
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/GlyphIcon.java:[222,39]
 cannot find symbol
  symbol:   class Styleable
  location: class de.jensd.fx.glyphs.GlyphIcon
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/fontawesome/FontAwesomeIconView.java:[20,25]
 package javafx.scene.text does not exist
[ERROR] 
/build/1st/fontawesomefx-8.9/src/main/java/de/jensd/fx/glyphs/octicons/OctIconView.java:[23,25]
 package javafx.scene.text does not exist
[ERROR] 

Bug#893190: afterburner.fx FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: afterburner.fx
Version: 1.7.0-1
Severity: serious

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

...
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[40,26]
 package javafx.application does not exist
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[41,29]
 package javafx.beans.property does not exist
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[42,29]
 package javafx.beans.property does not exist
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[43,26]
 package javafx.beans.value does not exist
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[44,26]
 package javafx.collections does not exist
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[45,19]
 package javafx.fxml does not exist
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[46,20]
 package javafx.scene does not exist
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[47,20]
 package javafx.scene does not exist
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[48,27]
 package javafx.scene.layout does not exist
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[49,19]
 package javafx.util does not exist
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[54,40]
 cannot find symbol
  symbol: class StackPane
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[57,15]
 cannot find symbol
  symbol:   class ObjectProperty
  location: class com.airhacks.afterburner.views.FXMLView
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[58,15]
 cannot find symbol
  symbol:   class FXMLLoader
  location: class com.airhacks.afterburner.views.FXMLView
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[93,5]
 cannot find symbol
  symbol:   class FXMLLoader
  location: class com.airhacks.afterburner.views.FXMLView
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[136,12]
 cannot find symbol
  symbol:   class Parent
  location: class com.airhacks.afterburner.views.FXMLView
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[149,34]
 cannot find symbol
  symbol:   class Parent
  location: class com.airhacks.afterburner.views.FXMLView
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[163,39]
 cannot find symbol
  symbol:   class Parent
  location: class com.airhacks.afterburner.views.FXMLView
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[178,12]
 cannot find symbol
  symbol:   class Node
  location: class com.airhacks.afterburner.views.FXMLView
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[186,28]
 cannot find symbol
  symbol:   class Parent
  location: class com.airhacks.afterburner.views.FXMLView
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[63,54]
 cannot find symbol
  symbol:   variable Platform
  location: class com.airhacks.afterburner.views.FXMLView
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[87,38]
 cannot find symbol
  symbol:   class SimpleObjectProperty
  location: class com.airhacks.afterburner.views.FXMLView
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[88,25]
 cannot find symbol
  symbol:   method getClass()
  location: class com.airhacks.afterburner.views.FXMLView
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[94,15]
 cannot find symbol
  symbol:   class FXMLLoader
  location: class com.airhacks.afterburner.views.FXMLView
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[94,39]
 cannot find symbol
  symbol:   class FXMLLoader
  location: class com.airhacks.afterburner.views.FXMLView
[ERROR] 
/build/1st/afterburner.fx-1.7.0/src/main/java/com/airhacks/afterburner/views/FXMLView.java:[96,9]
 cannot find symbol
  symbol:   class Callback
  location: class com.airhacks.afterburner.views.FXMLView
[ERROR] 

Bug#893187: csvjdbc FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: csvjdbc
Version: 1.0.34-1
Severity: serious

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

...
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] Running org.relique.jdbc.csv.TestAggregateFunctions
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.35 s 
- in org.relique.jdbc.csv.TestAggregateFunctions
[INFO] Running org.relique.jdbc.csv.TestPrepareStatement
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.441 s 
- in org.relique.jdbc.csv.TestPrepareStatement
[INFO] Running org.relique.jdbc.csv.TestJoinedTables
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.861 
s - in org.relique.jdbc.csv.TestJoinedTables
[INFO] Running org.relique.jdbc.csv.TestSubQuery
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.246 
s - in org.relique.jdbc.csv.TestSubQuery
[INFO] Running org.relique.jdbc.csv.TestFileSetInputStream
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.351 s 
- in org.relique.jdbc.csv.TestFileSetInputStream
[INFO] Running org.relique.jdbc.csv.TestGroupBy
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.684 s 
- in org.relique.jdbc.csv.TestGroupBy
[INFO] Running org.relique.jdbc.csv.TestScrollableDriver
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.533 s 
- in org.relique.jdbc.csv.TestScrollableDriver
[INFO] Running org.relique.jdbc.csv.TestCsvDriver
[ERROR] Tests run: 189, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
75.018 s <<< FAILURE! - in org.relique.jdbc.csv.TestCsvDriver
[ERROR] testTimestampFormatGermany(org.relique.jdbc.csv.TestCsvDriver)  Time 
elapsed: 1.294 s  <<< ERROR!
java.lang.NullPointerException
at 
org.relique.jdbc.csv.TestCsvDriver.testTimestampFormatGermany(TestCsvDriver.java:3847)

[INFO] Running org.relique.jdbc.csv.TestSqlParser
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.944 s 
- in org.relique.jdbc.csv.TestSqlParser
[INFO] Running org.relique.jdbc.csv.TestLimitOffset
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.894 s 
- in org.relique.jdbc.csv.TestLimitOffset
[INFO] Running org.relique.jdbc.csv.TestCryptoFilter
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.29 s 
- in org.relique.jdbc.csv.TestCryptoFilter
[INFO] Running org.relique.jdbc.csv.TestDoubleQuoting
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s 
- in org.relique.jdbc.csv.TestDoubleQuoting
[INFO] Running org.relique.jdbc.csv.TestFixedWidthFiles
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.769 s 
- in org.relique.jdbc.csv.TestFixedWidthFiles
[INFO] Running org.relique.jdbc.csv.RunTests
[ERROR] Tests run: 414, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 
215.254 s <<< FAILURE! - in org.relique.jdbc.csv.RunTests
[ERROR] testTimestampFormatGermany(org.relique.jdbc.csv.TestCsvDriver)  Time 
elapsed: 0.15 s  <<< ERROR!
java.lang.NullPointerException
at 
org.relique.jdbc.csv.TestCsvDriver.testTimestampFormatGermany(TestCsvDriver.java:3847)

[INFO] Running org.relique.jdbc.csv.TestStringConverter
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s 
- in org.relique.jdbc.csv.TestStringConverter
[INFO] Running org.relique.jdbc.csv.TestDbfDriver
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.98 s 
- in org.relique.jdbc.csv.TestDbfDriver
[INFO] Running org.relique.jdbc.csv.TestOrderBy
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.241 s 
- in org.relique.jdbc.csv.TestOrderBy
[INFO] Running org.relique.jdbc.csv.TestZipFiles
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 s 
- in org.relique.jdbc.csv.TestZipFiles
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR] 
org.relique.jdbc.csv.TestCsvDriver.testTimestampFormatGermany(org.relique.jdbc.csv.TestCsvDriver)
[ERROR]   Run 1: TestCsvDriver.testTimestampFormatGermany:3847 ? NullPointer
[ERROR]   Run 2: TestCsvDriver.testTimestampFormatGermany:3847 ? NullPointer
[INFO] 
[INFO] 
[ERROR] Tests run: 826, Failures: 0, Errors: 1, Skipped: 1
[INFO] 
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 07:39 min
[INFO] Finished at: 2018-03-16T16:55:02-12:00
[INFO] Final Memory: 15M/52M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test) on 
project csvjdbc: There are test failures.
[ERROR] 
[ERROR] Please refer to /build/1st/csvjdbc-1.0.34/target/surefire-reports for 
the individual test results.
[ERROR] Please 

  1   2   3   >